*: Fix spelling mistakes found by codespell
authorBjörn Daase <bjoern@daase.net>
Fri, 21 Aug 2020 12:41:13 +0000 (14:41 +0200)
committerBjörn Daase <bjoern@daase.net>
Fri, 21 Aug 2020 13:29:34 +0000 (15:29 +0200)
153 files changed:
demos/gtk-demo/gtkgears.c
demos/gtk-demo/iconscroll.c
demos/gtk-demo/list_store.c
demos/gtk-demo/listview_clocks.c
demos/gtk-demo/listview_colors.c
demos/gtk-demo/main.c
demos/gtk-demo/overlay.c
demos/gtk-demo/peg_solitaire.c
demos/icon-browser/icon.list
docs/CODING-STYLE.md
docs/reference/gtk/actions.md
docs/reference/gtk/css-overview.md
docs/reference/gtk/getting_started.md
docs/reference/gtk/gtk4-update-icon-cache.xml
docs/reference/gtk/input-handling.md
docs/reference/gtk/migrating-3to4.md
docs/reference/gtk/question_index.md
docs/reference/gtk/section-accessibility.md
docs/reference/gtk/section-tree-widget.md
gdk/broadway/TODO.broadway
gdk/broadway/broadway-server.c
gdk/broadway/broadwayd.c
gdk/broadway/gdkbroadway-server.c
gdk/broadway/gdksurface-broadway.c
gdk/gdkcairocontext.c
gdk/gdkcontentproviderimpl.c
gdk/gdkdisplay.c
gdk/gdkdrawcontext.c
gdk/gdkframeclockidle.c
gdk/gdkglcontext.c
gdk/gdkpaintable.c
gdk/gdktoplevelsize.c
gdk/macos/GdkMacosWindow.c
gdk/macos/gdkmacoseventsource.c
gdk/wayland/gdkdevice-wayland.c
gdk/wayland/gdkprivate-wayland.h
gdk/win32/cursor.bdf
gdk/win32/gdkclipdrop-win32.h
gdk/win32/gdkcursor-win32.c
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkdrag-win32.c
gdk/win32/gdkevents-win32.c
gdk/win32/gdkwin32dnd-private.h
gdk/x11/gdksurface-x11.c
gsk/gl/gskglrenderer.c
gsk/gl/stb_rect_pack.c
gsk/gskrendernodeimpl.c
gsk/gsktransform.c
gtk/css/gtkcssparser.c
gtk/emoji/emoji1.json
gtk/gtkaccessibleattributeset.c
gtk/gtkapplication-wayland.c
gtk/gtkapplicationwindow.c
gtk/gtkaspectframe.c
gtk/gtkbitset.c
gtk/gtkbookmarklist.c
gtk/gtkboolfilter.c
gtk/gtkbuilder.c
gtk/gtkbuilderparser.c
gtk/gtkcellarea.c
gtk/gtkcellareabox.c
gtk/gtkcellrenderer.c
gtk/gtkcellrenderertext.c
gtk/gtkcellview.c
gtk/gtkcolumnviewcell.c
gtk/gtkcolumnviewcolumn.c
gtk/gtkconstraintexpression.c
gtk/gtkcssimage.c
gtk/gtkcssnode.c
gtk/gtkcssvalue.c
gtk/gtkdirectorylist.c
gtk/gtkexpression.c
gtk/gtkfilechooser.c
gtk/gtkfilechooserwidget.c
gtk/gtkflowbox.c
gtk/gtkframe.c
gtk/gtkgesture.c
gtk/gtkgesturedrag.c
gtk/gtkglarea.c
gtk/gtkgridview.c
gtk/gtkiconcache.c
gtk/gtkicontheme.c
gtk/gtkiconview.c
gtk/gtkiconview.h
gtk/gtkimage.c
gtk/gtkimcontextime.c
gtk/gtkkineticscrolling.c
gtk/gtklabel.c
gtk/gtklistbase.c
gtk/gtklistbox.c
gtk/gtkmediastream.c
gtk/gtkmountoperation.c
gtk/gtknumericsorter.c
gtk/gtkpathbar.c
gtk/gtkplacessidebar.c
gtk/gtkprintjob.c
gtk/gtkprintoperation-unix.c
gtk/gtkprintoperation.c
gtk/gtkpropertylookuplistmodel.c
gtk/gtkquartz.c
gtk/gtkradiobutton.c
gtk/gtkrecentmanager.c
gtk/gtkrenderborder.c
gtk/gtkrevealer.c
gtk/gtkscrollable.c
gtk/gtkscrolledwindow.c
gtk/gtkselectionmodel.c
gtk/gtksettings.c
gtk/gtksidebarrow.c
gtk/gtksidebarrowprivate.h
gtk/gtkspinbutton.c
gtk/gtkstack.c
gtk/gtkstatusbar.c
gtk/gtkstringfilter.c
gtk/gtkstringsorter.c
gtk/gtktexthistory.c
gtk/gtktextiter.c
gtk/gtktextlayoutprivate.h
gtk/gtktexttag.c
gtk/gtktexttagprivate.h
gtk/gtktextview.c
gtk/gtktrashmonitor.c
gtk/gtktreeexpander.c
gtk/gtktreelistrowsorter.c
gtk/gtktreemodelfilter.c
gtk/gtktreestore.c
gtk/gtktreeview.c
gtk/gtktreeviewcolumn.h
gtk/gtkwidget.c
gtk/gtkwindow.c
gtk/inspector/inspect-button.c
gtk/roaring/roaring.c
gtk/roaring/roaring.h
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/_drawing.scss
make-pot
meson.build
modules/printbackends/gtkcupssecretsutils.c
modules/printbackends/gtkcupsutils.h
modules/printbackends/gtkprintbackendcups.c
modules/printbackends/gtkprintbackendfile.c
modules/printbackends/gtkprintbackendlpr.c
tests/gtkgears.c
tests/testcellarea.c
tests/testinhibitshortcuts.c
tests/testverticalcells.c
testsuite/gtk/filter.c
testsuite/gtk/sorter.c
testsuite/reftests/README
testsuite/reftests/bad-color-names.css
testsuite/reftests/border-color-default.css
testsuite/reftests/linear-gradient.css
testsuite/reftests/unresolvable.css

index 7cd24a38992c62b87a8e2552dcef6fc623d287cf..b56975f2ebc6368b8d4b6f27ece7d9ba2df1f055 100644 (file)
@@ -305,7 +305,7 @@ create_gear (GLfloat inner_radius,
     /* Create the 7 points (only x,y coords) used to draw a tooth */
     struct point p[7];
 
-    /* Calculate needed sin/cos for varius angles */
+    /* Calculate needed sin/cos for various angles */
     sincos(i * 2.0 * G_PI / teeth + da * 0, &s[0], &c[0]);
     sincos(i * 2.0 * M_PI / teeth + da * 1, &s[1], &c[1]);
     sincos(i * 2.0 * M_PI / teeth + da * 2, &s[2], &c[2]);
@@ -800,7 +800,7 @@ gtk_gears_realize (GtkWidget *widget)
   priv->LightSourcePosition_location = glGetUniformLocation(program, "LightSourcePosition");
   priv->MaterialColor_location = glGetUniformLocation(program, "MaterialColor");
 
-  /* Set the LightSourcePosition uniform which is constant throught the program */
+  /* Set the LightSourcePosition uniform which is constant throughout the program */
   glUniform4fv(priv->LightSourcePosition_location, 1, priv->LightSourcePosition);
 
   /* make the gears */
index f7cdc13b6a31197aaf9df8040b16f73fda0f9c52..a3e0f4dd99e7eb8865ee6bf5c49b4a466c629d0d 100644 (file)
@@ -78,7 +78,7 @@ static gsize content_len;
 extern void fontify (const char *format, GtkTextBuffer *buffer);
 
 static void
-populate_text (gboolean hilight)
+populate_text (gboolean highlight)
 {
   GtkWidget *textview;
   GtkTextBuffer *buffer;
@@ -94,7 +94,7 @@ populate_text (gboolean hilight)
   buffer = gtk_text_buffer_new (NULL);
   gtk_text_buffer_set_text (buffer, content, (int)content_len);
 
-  if (hilight)
+  if (highlight)
     fontify ("c", buffer);
 
   textview = gtk_text_view_new ();
index 42f88bd9e89f52212436786acd5afef87d0e9d4e..1ca6bff2d1b947faafba8390747e79cbcebeb1eb 100644 (file)
@@ -47,7 +47,7 @@ static Bug bugs[] =
   { FALSE, 56925, "Normal",     "Gtkcalender size" },
   { FALSE, 56221, "Normal",     "Selectable label needs right-click copy menu" },
   { TRUE,  50939, "Normal",     "Add shift clicking to GtkTextView" },
-  { FALSE, 6112,  "Enhancement","netscape-like collapsable toolbars" },
+  { FALSE, 6112,  "Enhancement","netscape-like collapsible toolbars" },
   { FALSE, 1,     "Normal",     "First bug :=)" },
 };
 
index 11772898b82d548196320171fdb7da2e42f1ab1a..e32c80fdf1eacb388f5976bebf7b7405a1389937 100644 (file)
@@ -101,7 +101,7 @@ gtk_clock_snapshot (GdkPaintable *paintable,
                               (GdkRGBA [4]) { BLACK, BLACK, BLACK, BLACK });
 
   /* Next, draw the hour hand.
-   * We do this using tranforms again: Instead of computing where the angle
+   * We do this using transforms again: Instead of computing where the angle
    * points to, we just rotate everything and then draw the hand as if it
    * was :00. We don't even need to care about am/pm here because rotations
    * just work.
index d9e8d0c4b8fb8fbad729bd1fde7a50abe8f2d8ea..569431c54df24e0fef589c3dd53c91a5b33cf707 100644 (file)
@@ -79,7 +79,7 @@ gtk_color_paintable_init (GdkPaintableInterface *iface)
 
 /*
  * Finally, we define the type. The important part is adding the paintable
- * interface, so GTK knows that this object can indeed be drawm.
+ * interface, so GTK knows that this object can indeed be drawn.
  */
 G_DEFINE_TYPE_WITH_CODE (GtkColor, gtk_color, G_TYPE_OBJECT,
                          G_IMPLEMENT_INTERFACE (GDK_TYPE_PAINTABLE,
index 3da97c54d8ac087bf20bed0acfce306b7e5a97b0..bfa316347ec09f135082366148e205713e2cbc4e 100644 (file)
@@ -678,7 +678,7 @@ filter_demo (GtkDemo *demo)
 {
   int i;
 
-  /* Show only if the name maches every needle */
+  /* Show only if the name matches every needle */
   for (i = 0; search_needle[i]; i++)
     {
       if (!demo->title)
index 425caf1469b0e6b427141f9eac63b80b5ff0284c..e56d6fe36e86807e65c98926852ef3e2c51d25b8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Shows widgets in static positions over a main widget.
  *
- * The overlayed widgets can be interactive controls such
+ * The overlaid widgets can be interactive controls such
  * as the entry in this example, or just decorative, like
  * the big blue label.
  */
index 43ed92f331c1d689c63688a78345cf13b0d08de9..70681c1f57cc80dca0925c5c8c54cbbbf17c83c0 100644 (file)
@@ -256,7 +256,7 @@ drag_begin (GtkDragSource *source,
   gtk_image_clear (GTK_IMAGE (image));
 }
 
-/* Thie is called once a drag operation has ended (successfully or not).
+/* This is called once a drag operation has ended (successfully or not).
  * We want to undo what we did in drag_begin() above and react
  * to a potential move of the peg.
  */
index 49cf32a2e7e7ecea7f6a6407f113a0a5da980d43..74477defd9994e14a6f6ca3c8d4610ad1d4bea3e 100644 (file)
@@ -38,7 +38,7 @@ network-transmit-receive=The icon used data is being both transmitted and receiv
 network-transmit=The icon used when data is being transmitted, while the computing device is connected to a network
 network-receive=The icon used when data is being received, while the computing device is connected to a network
 network-idle=The icon used when no data is being transmitted or received, while the computing device is connected to a network
-network-error=The icon used when an error occurs trying to intialize the network connection of the computing device
+network-error=The icon used when an error occurs trying to initialize the network connection of the computing device
 network-offline=The icon used when the computing device is disconnected from the network
 
 [weather]
@@ -112,7 +112,7 @@ document-edit=The icon for the action to edit a document
 object-flip-horizontal=The icon for the action to flip an object horizontally
 object-flip-vertical=The icon for the action to flip an object vertically
 object-rotate-left=The icon for the rotate left action performed on an object
-object-rotate-right=The icon for the rotate rigt action performed on an object
+object-rotate-right=The icon for the rotate right action performed on an object
 insert-image=The icon for the insert image action of an application
 insert-link=The icon for the insert link action of an application
 insert-object=The icon for the insert object action of an application
@@ -406,7 +406,7 @@ media-zip=
 modem=The icon used for modem devices
 multimedia-player-apple-ipod-touch=
 network-vpn=
-pda=This is the fallback icon for Personal Digial Assistant devices. Primary use of this icon is for PDA devices connected to the PC. Connection medium is not an important aspect of the icon. The metaphor for this fallback icon should be a generic PDA device icon
+pda=This is the fallback icon for Personal Digital Assistant devices. Primary use of this icon is for PDA devices connected to the PC. Connection medium is not an important aspect of the icon. The metaphor for this fallback icon should be a generic PDA device icon
 phone-apple-iphone=
 uninterruptible-power-supply=
 emblem-default=The icon used as an emblem to specify the default selection of a printer for example
index 8c0368e1f0d67c96b0d0b5e3da849e3dd56d46fd..11d105edd961f1efc7a0c1fb082604882dd73777 100644 (file)
@@ -5,7 +5,7 @@ This document is intended to be a short description of the preferred
 coding style to be used for the GTK source code. It was strongly
 inspired by Clutter's `CODING_STYLE`.
 
-Coding style is a matter of consistency, readability and maintainance;
+Coding style is a matter of consistency, readability and maintenance;
 coding style is also completely arbitrary and a matter of taste. This
 document will use examples at the very least to provide authoritative
 and consistent answers to common questions regarding the coding style,
index d2823370b0401c1e0488c748f373562f4282c84d..61433ccc19460eb1c09d5649ada1ad24bbef7e07 100644 (file)
@@ -101,7 +101,7 @@ allow use of detailed action names. This is a convenient way of specifying
 an action name and an action target with a single string.
 
 In the case that the action target is a string with no unusual characters
-(ie: only alpha-numeric, plus '-' and '.') then you can use a detailed
+(ie: only alphanumeric, plus '-' and '.') then you can use a detailed
 action name of the form "justify::left" to specify the justify action with
 a target of left.
 
index 9c1fad71ebbe276aa9cb1709d98dc9a6ce53c8c8..0070c7e4f3b1e769280d124c44db7d8c44635092 100644 (file)
@@ -18,7 +18,7 @@ name, a state and possibly style classes. The children of each node
 are linearly ordered.
 
 Every widget has one or more of these CSS nodes, and determines their
-name, state, style classes and how they are layed out as children and
+name, state, style classes and how they are laid out as children and
 siblings in the overall node tree. The documentation for each widget
 explains what CSS nodes it has.
 
index f9a97d38145b9baa83b205eff7853e9a2a0c2c62..be40e5b05db43f8cf95d4986e6aa8144e8949ec6 100644 (file)
@@ -75,7 +75,7 @@ functions, types and macros required by GTK applications.
 
 Even if GTK installs multiple header files, only the top-level `gtk/gtk.h`
 header can be directly included by third-party code. The compiler will abort
-with an error if any othe header is directly included.
+with an error if any other header is directly included.
 
 In a GTK application, the purpose of the main() function is to create a
 GtkApplication object and run it. In this example a GtkApplication pointer
@@ -205,7 +205,7 @@ variable is created to store a GtkBox, which is GTK's way of controlling
 the size and layout of buttons.
 
 The GtkBox is created with gtk_box_new() which takes a GtkOrientation
-enum as parameter. The buttons which this box will contain can either be layed
+enum as parameter. The buttons which this box will contain can either be laid
 out horizontally or vertically. This does not matter in this particular case,
 as we are dealing with only one button. After initializing box with the newly
 created GtkBox, the code adds the box widget to the window widget using
index 3b6a18ffc6f401d95d78ac98449de02f58c461f8..1537963882c312e16166ecef80423ca883b5b7a4 100644 (file)
@@ -70,7 +70,7 @@
     <term>--force</term>
     <term>-f</term>
     <listitem><para>Overwrite an existing cache file even if it appears to be
-         uptodate.</para></listitem>
+         up-to-date.</para></listitem>
   </varlistentry>
 
   <varlistentry>
index 35376f7cb71bf4e7f93dd163410941dfab1a650e..e409a2dfd61331711968505263597e5be63973e7 100644 (file)
@@ -128,7 +128,7 @@ Mnmemonics
    They are used in places where a label is associated with a control,
    and are indicated by underlining the letter in the label. As a special
    case, inside menus (i.e. inside #GtkPopoverMenu), mnemonics can be
-   trigered without the modifier.
+   triggered without the modifier.
 Key bindings
  : Key bindings are specific to individual widgets, such as Ctrl-C or
    Ctrl-V in an entry copy to or paste from the clipboard. They are only
index f74f80f92a5fe21e1f779eac19ba9e1c8f180bb4..665d5bcd8f22f102184049b34953ce911360a68e 100644 (file)
@@ -533,7 +533,7 @@ adding children with <child> in ui files.
 The abstract base class GtkContainer for general containers has been
 removed. The former subclasses are now derived directly from GtkWidget,
 and have class-specific add() and remove() functions.
-The most noticable change is the use of gtk_box_append() or gtk_box_prepend()
+The most noticeable change is the use of gtk_box_append() or gtk_box_prepend()
 instead of gtk_container_add() for adding children to GtkBox, and the change
 to use container-specific remove functions, such as gtk_stack_remove() instead
 of gtk_container_remove(). Adding a child in a ui file with <child> still works.
@@ -671,7 +671,7 @@ gradients, just use those.
 
 GTK now supports a more versatile -gtk-icon-filter instead. Replace
 -gtk-icon-effect: dim; with -gtk-icon-filter: opacity(0.5); and
--gtk-icon-effect: hilight; with -gtk-icon-filter: brightness(1.2);.
+-gtk-icon-effect: highlight; with -gtk-icon-filter: brightness(1.2);.
 
 ### Don't use -gtk-icon-theme in your CSS
 
@@ -701,7 +701,7 @@ of connecting a handler to the #GtkWidget::draw signal.
 ### Stop using APIs to query GdkSurfaces
 
 A number of APIs for querying special-purpose windows have been removed,
-since these windows are no longer publically available:
+since these windows are no longer publicly available:
 gtk_tree_view_get_bin_window(), gtk_viewport_get_bin_window(),
 gtk_viewport_get_view_window().
 
index 6386e2f78fe67f342a43a94c7d55d28667f532d4..ac7a174b194685f3db2cc930ac943db2657c3607 100644 (file)
@@ -445,7 +445,7 @@ the question you have, this list is a good place to start.
     gtk_list_store_set() and gtk_tree_store_set(), but can't read it back?
 
     Both the #GtkTreeStore and the #GtkListStore implement the #GtkTreeModel
-    interface. Consequentially, you can use any function this interface
+    interface. Consequently, you can use any function this interface
     implements. The easiest way to read a set of data back is to use
     gtk_tree_model_get().
 
index c3b965da82b7987002e78de54014eeacb9dd20ef..4c0a4292700717a2e48b189629f81b9b183cbd77 100644 (file)
@@ -54,7 +54,7 @@ Each role name is part of the #GtkAccessibleRole enumeration.
 | `METER` | Represents a value within a known range | #GtkLevelBar |
 | `PROGRESS_BAR` | An element that display progress | #GtkProgressBar |
 | `RADIO` | A checkable input in a group of radio roles | #GtkRadioButton |
-| `SCROLLBAR` | A graphical object controlling the scolling of content | #GtkScrollbar |
+| `SCROLLBAR` | A graphical object controlling the scrolling of content | #GtkScrollbar |
 | `SEARCH_BOX` | A text box for entering search criteria | #GtkSearchEntry |
 | `SEPARATOR` | A divider that separates sections of content or groups of items | #GtkSeparator |
 | `SPIN_BUTTON` | A range control that allows seelcting among discrete choices | #GtkSpinButton |
index fd6978a6261d5728cf00dc329ae2639dfb97d25d..f30680be41cd3e6e7dcfa0a4952e03da1956b3cb 100644 (file)
@@ -128,7 +128,7 @@ GtkWidget *tree;
 tree = gtk_tree_view_new_with_model (GTK_TREE_MODEL (store));
 ```
 
-## Colums and cell renderers
+## Columns and cell renderers
 
 Once the #GtkTreeView widget has a model, it will need to know how
 to display the model. It does this with columns and cell renderers.
index a8af758fe2b2a27476a7b486d8b31b566dcd16af..19fc6e87f63a1d6e2cda38dc918375db99121b5f 100644 (file)
@@ -1,11 +1,11 @@
-Cache surfaces that are opened via shm_open inbetween updates.
+Cache surfaces that are opened via shm_open in between updates.
 Handle implicit grabs when in broadway-server.c
 keyboard focus handling
 Add resize handling to js WM
 Support window titles
 _gdk_broadway_server_has_client is always FALSE, so resize don't work
 Send reset events on client disconnect (button up, normal state. Maybe grab state reset?)
-rgba suport
+rgba support
 shift-select in gedit doesn't work
 backdrop mode
 clean up /dev/shm on abrupt client exit
index 1256e1a1f698a7794f725e704cfe02369cabb3ef..48ee21bb47f2b6310e080ca45ad659dc09f4aa29 100644 (file)
@@ -709,7 +709,7 @@ parse_input_message (BroadwayInput *input, const unsigned char *message)
       }
 
     if (l == NULL)
-      g_warning ("Got unexpected rountrip reply for id %d, tag %d\n", msg.roundtrip_notify.id, msg.roundtrip_notify.tag);
+      g_warning ("Got unexpected roundtrip reply for id %d, tag %d\n", msg.roundtrip_notify.id, msg.roundtrip_notify.tag);
     else
       {
         BroadwayOutstandingRoundtrip *rt = l->data;
index a7a759c2add2b8325bad9897555c985ab32ef280..9cfa48f1387d2ad46e70414f852883619e49f2f0 100644 (file)
@@ -38,7 +38,7 @@ static guint32 client_id_count = 1;
  * between its serials and daemon serials for any outstanding requests.
  *
  * There is some additional complexity in that there may be multiple consecutive web browser
- * sessions, so we need to keep track of the last daemon serial used inbetween each web client
+ * sessions, so we need to keep track of the last daemon serial used in between each web client
  * connection so that the daemon serials can be strictly increasing.
  */
 
index 2807e6d46afdc9e547e5e293b2163a4b49d736b4..1aeb1649e9f21df73f88dc1ffc9f569d7f7b27e1 100644 (file)
@@ -48,7 +48,7 @@ struct _GdkBroadwayServer {
   guint8 recv_buffer[1024];
 
   guint process_input_idle;
-  GList *incomming;
+  GList *incoming;
 };
 
 struct _GdkBroadwayServerClass
@@ -248,7 +248,7 @@ parse_all_input (GdkBroadwayServer *server)
       reply = g_memdup (p, size);
       p += size;
 
-      server->incomming = g_list_append (server->incomming, reply);
+      server->incoming = g_list_append (server->incoming, reply);
     }
 
   if (p < end)
@@ -314,7 +314,7 @@ find_response_by_serial (GdkBroadwayServer *server, guint32 serial)
 {
   GList *l;
 
-  for (l = server->incomming; l != NULL; l = l->next)
+  for (l = server->incoming; l != NULL; l = l->next)
     {
       BroadwayReply *reply = l->data;
 
@@ -336,12 +336,12 @@ process_input_messages (GdkBroadwayServer *server)
       server->process_input_idle = 0;
     }
 
-  while (server->incomming)
+  while (server->incoming)
     {
-      reply = server->incomming->data;
-      server->incomming =
-        g_list_delete_link (server->incomming,
-                            server->incomming);
+      reply = server->incoming->data;
+      server->incoming =
+        g_list_delete_link (server->incoming,
+                            server->incoming);
 
       if (reply->base.type == BROADWAY_REPLY_EVENT)
         _gdk_broadway_events_got_input (server->display, &reply->event.msg);
@@ -391,7 +391,7 @@ gdk_broadway_server_wait_for_reply (GdkBroadwayServer *server,
       reply = find_response_by_serial (server, serial);
       if (reply)
         {
-          server->incomming = g_list_remove (server->incomming, reply);
+          server->incoming = g_list_remove (server->incoming, reply);
           break;
         }
 
index 7f5f9a79e46298024d8ebc91e30de1ad5210cfb9..0f3240f83300e6d60aa424b35751b283da1d7d64 100644 (file)
@@ -127,7 +127,7 @@ _gdk_broadway_roundtrip_notify (GdkSurface  *surface,
   if (timings)
     {
       timings->refresh_interval = 33333; /* default to 1/30th of a second */
-      // This isn't quite right, since we've done a rountrip back too, can we do better?
+      // This isn't quite right, since we've done a roundtrip back too, can we do better?
       timings->presentation_time = g_get_monotonic_time ();
       timings->complete = TRUE;
 
index d89271f5452650c72268aa1b92579e9a2ceaaeda..cad9de98337973135b20094820d86447df115186 100644 (file)
@@ -79,7 +79,7 @@ gdk_cairo_context_init (GdkCairoContext *self)
  *
  * Returns: (transfer full) (nullable): a Cairo context to be used
  *   to draw the contents of the #GdkSurface. %NULL is returned
- *   when @contet is not drawing.
+ *   when @context is not drawing.
  */
 cairo_t *
 gdk_cairo_context_cairo_create (GdkCairoContext *self)
index 7ec0cc0ca5415a02b8ac41b3af566323343e67b1..aeeca742ba9e411711d65e4172205cfb28d3b59b 100644 (file)
@@ -402,7 +402,7 @@ gdk_content_provider_union_init (GdkContentProviderUnion *self)
  * be chosen to provide it.
  *
  * This allows an easy way to support providing data in different formats.
- * For example, an image may be provided by its file and by the iamge
+ * For example, an image may be provided by its file and by the image
  * contents with a call such as
  * |[<!-- language="C" -->
  * gdk_content_provider_new_union ((GdkContentProvider *[2]) {
index d4944cdc589430adf4c1f3818c3755e1c704e29d..5551af342e60c748ae67c45e0e067a69a1288561 100644 (file)
@@ -1273,7 +1273,7 @@ gdk_display_set_debug_flags (GdkDisplay    *display,
  *
  * Returns whether surfaces can reasonably be expected to have
  * their alpha channel drawn correctly on the screen. Check
- * gdk_display_is_rgba() for wether the display supports an
+ * gdk_display_is_rgba() for whether the display supports an
  * alpha channel.
  *
  * On X11 this function returns whether a compositing manager is
@@ -1310,7 +1310,7 @@ gdk_display_set_composited (GdkDisplay *display,
  * gdk_display_is_rgba:
  * @display: a #GdkDisplay
  *
- * Returns wether surfaces on this @display are created with an
+ * Returns whether surfaces on this @display are created with an
  * alpha channel.
  *
  * Even if a %TRUE is returned, it is possible that the
index 75d7e61546c6f2cbc4b3a74cdbff82a777dee03b..0b35f89f3f540142922776de9c6deb502f014c6c 100644 (file)
@@ -312,7 +312,7 @@ gdk_draw_context_begin_frame (GdkDrawContext       *context,
       else
         {
           g_critical ("The surface %p is already being drawn by %s %p. "
-                      "You cannot draw s surface wih multiple contexts at the same time.",
+                      "You cannot draw a surface with multiple contexts at the same time.",
                       priv->surface,
                       G_OBJECT_TYPE_NAME (priv->surface->paint_context), priv->surface->paint_context);
         }
@@ -404,7 +404,7 @@ gdk_draw_context_end_frame (GdkDrawContext *context)
  * a union of the region passed to that function and the area of the surface
  * that the @context determined needs to be repainted.
  *
- * If @context is not inbetween calls to gdk_draw_context_begin_frame() and
+ * If @context is not in between calls to gdk_draw_context_begin_frame() and
  * gdk_draw_context_end_frame(), %NULL will be returned.
  *
  * Returns: (transfer none) (nullable): a Cairo region or %NULL if not drawing
index fe2de4667eb24a4709a0fa1a97dadc6c2eef669c..d2bb77b8d232cab3bacd3a79d50a3d9c6a02c2c5 100644 (file)
@@ -648,7 +648,7 @@ gdk_frame_clock_paint_idle (void *data)
        * Once we do receive "frame drawn" events, smooth_cycle_start will track the vsync, and do so in a more stable
        * way compared to frame_time. If we then no longer receive "frame drawn" events, smooth_cycle_start will again be
        * simply advanced in increments of the refresh interval, but this time we are in sync with the vsync. If we start
-       * receiving "frame drawn" events shortly after loosing them, then we should still be in sync.
+       * receiving "frame drawn" events shortly after losing them, then we should still be in sync.
        */
       gint64 smooth_cycle_start = priv->smoothed_frame_time_base - priv->smoothed_frame_time_phase;
       priv->min_next_frame_time = smooth_cycle_start + priv->smoothed_frame_time_period;
index 4dc06cc24cdd167ed51da18d2c954219bde84419..2843ef05f5589f04425c11bba34e0ed9939bd0b7 100644 (file)
@@ -565,7 +565,7 @@ gdk_gl_context_get_debug_enabled (GdkGLContext *context)
  *
  * Sets whether the #GdkGLContext should be forward compatible.
  *
- * Forward compatibile contexts must not support OpenGL functionality that
+ * Forward compatible contexts must not support OpenGL functionality that
  * has been marked as deprecated in the requested version; non-forward
  * compatible contexts, on the other hand, must support both deprecated and
  * non deprecated functionality.
index 1397bbe707be461a01d367e150c3dd39f6256d8b..6d1f176b4d417a1306226f720b499d5b1df330f5 100644 (file)
@@ -54,7 +54,7 @@ void            gtk_snapshot_pop                        (GdkSnapshot
  * always produce the same output for the same snapshot.
  *
  * A #GdkPaintable may change its contents, meaning that it will now produce a
- * different output with the same snpashot. Once that happens, it will call
+ * different output with the same snapshot. Once that happens, it will call
  * gdk_paintable_invalidate_contents() which will emit the
  * #GdkPaintable::invalidate-contents signal. If a paintable is known to never
  * change its contents, it will set the %GDK_PAINTABLE_STATIC_CONTENTS flag.
index 187939ba555f6756ea217b1180b06dfcfecef973..e5802782d4a46a6bc67e2d65efce96830b6d5ede 100644 (file)
@@ -58,7 +58,7 @@ gdk_toplevel_size_init (GdkToplevelSize *size,
  * Retrieves the bounds the toplevel is placed within.
  *
  * The bounds represent the largest size a toplevel may have while still being
- * able to fit within some type of boundery. Depending on the backend, this may
+ * able to fit within some type of boundary. Depending on the backend, this may
  * be equivalent to the dimensions of the work area or the monitor on which the
  * window is being presented on, or something else that limits the way a
  * toplevel can be presented.
index fba5d9b094e4fa2c874408d4f884b08e95caa1a9..a80f8a517d4467a2d87a1f03284c2d084113f6c1 100644 (file)
   window_gdk.width += shadow_left + shadow_right;
   window_gdk.height += shadow_top + shadow_bottom;
 
-  /* Convert to quartz coordiantes */
+  /* Convert to quartz coordinates */
   _gdk_macos_display_to_display_coords ([self gdkDisplay],
                                         window_gdk.x,
                                         window_gdk.y + window_gdk.height,
index b4ad1fe4718a899ed2624d7ca427b377778ff9a3..5d42077cdb198c96ad7b665e856b8be39d597faf 100644 (file)
@@ -118,7 +118,7 @@ static GPollFD event_poll_fd;
 
 /* Current NSEvents that we've gotten from Cocoa but haven't yet converted
  * to GdkEvents. We wait until our dispatch() function to do the conversion
- * since the conversion can conceivably cause signals to be emmitted
+ * since the conversion can conceivably cause signals to be emitted
  * or other things that shouldn’t happen inside a poll function.
  */
 static GQueue *current_events;
@@ -146,7 +146,7 @@ static NSAutoreleasePool *autorelease_pool;
 
 /* Flag when we've called nextEventMatchingMask ourself; this triggers
  * a run loop iteration, so we need to detect that and avoid triggering
- * our "run the GLib main looop while the run loop is active machinery.
+ * our "run the GLib main loop while the run loop is active machinery.
  */
 static int getting_events = 0;
 
index 0d773cf272dbe0f6ee2d5bc30101f6a5c543d6cb..44362692170fefdefd7eed08ed9ea15bf68dc36f 100644 (file)
@@ -699,7 +699,7 @@ gdk_wayland_device_grab (GdkDevice    *device,
       gdk_surface_get_mapped (surface))
     {
       g_warning ("Surface %p is already mapped at the time of grabbing. "
-                 "gdk_seat_grab() should be used to simultanously grab input "
+                 "gdk_seat_grab() should be used to simultaneously grab input "
                  "and show this popup. You may find oddities ahead.",
                  surface);
     }
@@ -1913,7 +1913,7 @@ keyboard_handle_leave (void               *data,
 
   /* gdk_surface_is_destroyed() might already return TRUE for
    * seat->keyboard_focus here, which would happen if we destroyed the
-   * surface before loosing keyboard focus.
+   * surface before losing keyboard focus.
    */
   stop_key_repeat (seat);
 
index 98b4af7a1cf8ab0aa502417b8a5ec008bc9c24e3..dc7c4848a2dfbcf5a2f2480e041d0eb70f108645 100644 (file)
@@ -137,7 +137,7 @@ GdkKeymap *_gdk_wayland_device_get_keymap (GdkDevice *device);
 uint32_t _gdk_wayland_seat_get_implicit_grab_serial(GdkSeat  *seat,
                                                     GdkEvent *event);
 uint32_t _gdk_wayland_seat_get_last_implicit_grab_serial (GdkWaylandSeat     *seat,
-                                                          GdkEventSequence **seqence);
+                                                          GdkEventSequence **sequence);
 struct wl_data_device * gdk_wayland_device_get_data_device (GdkDevice *gdk_device);
 void gdk_wayland_device_set_selection (GdkDevice             *gdk_device,
                                        struct wl_data_source *source);
index 4db5e1226ee4f422ca3581f1b79fd782d962c45d..74594f836d39540324210df9bf943b1ade5e2a43 100644 (file)
@@ -1,7 +1,7 @@
 STARTFONT 2.1
 COMMENT 
 COMMENT downloaded from http://webcvs.freedesktop.org/xorg/font/cursor-misc/cursor.bdf?revision=1.1
-COMMENT slighly edited by tml to correct a few gdk cursors on win32
+COMMENT slightly edited by tml to correct a few gdk cursors on win32
 COMMENT 
 COMMENT Created by bitmaptobdf
 FONT cursor
index 6d37e9e367d6b0d73fd9a6d9b6c8481a1e96d729..714f83fe66899c5933c820d16e000874e300ce25 100644 (file)
@@ -179,7 +179,7 @@ struct _GdkWin32Clipdrop
    */
   GAsyncQueue      *clipboard_render_queue;
 
-  /* Window handle for the clipboard window tha we
+  /* Window handle for the clipboard window that we
    * receive from the clipboard thread. We use that
    * to wake up the clipboard window main loop by
    * posting a message to it.
index a7a6464d75a7d594374729c084d0a204d0a54a02..6b0723bd860246da611659fe2fca287d1192ce64 100644 (file)
@@ -1370,7 +1370,7 @@ pixbuf_to_hbitmaps_normal (GdkPixbuf *pixbuf,
       return FALSE;
     }
 
-  /* rows are always aligned on 4-byte boundarys */
+  /* rows are always aligned on 4-byte boundaries */
   bmstride = size * 3;
   if (bmstride % 4 != 0)
     bmstride += 4 - (bmstride % 4);
index 0d4f4f97f8e8540e54e19132dead2982f31df8be..9dff5c42408e112c8c661b8d3bd156a7b20242d2 100644 (file)
@@ -1098,7 +1098,7 @@ _gdk_win32_display_get_monitor_scale_factor (GdkWin32Display *win32_display,
     }
   else
     {
-      /* Go back to GetDeviceCaps() for Windows 8 and earler, or when we don't
+      /* Go back to GetDeviceCaps() for Windows 8 and earlier, or when we don't
        * have a HMONITOR nor a HWND
        */
       HDC hdc = GetDC (hwnd);
index 73b093307721c977b0665d21ed0a644e7449f9f2..53a949b851563b3c7eeab00d9be0165e71799c3e 100644 (file)
  * drag window) in response to this, as all the functions
  * that GDK could perform here are already handled by the
  * OS driving the DnD process via DoDragDrop() call.
- * The LOCAL protocol, on the other hande, does a lot,
+ * The LOCAL protocol, on the other hand, does a lot,
  * similar to what X11 backend does with XDND - it sends
  * GDK_DRAG_LEAVE and GDK_DRAG_ENTER, emits GDK_DRAG_MOTION.
  *
@@ -831,7 +831,7 @@ gdk_drag_new (GdkDisplay         *display,
 static enum_formats *enum_formats_new (GArray *formats);
 
 /* Finds a GdkDrag object that corresponds to a DnD operation
- * which is currently targetting the dest_window
+ * which is currently targeting the dest_window
  * Does not give a reference.
  */
 GdkDrag *
@@ -1826,7 +1826,7 @@ find_window_enum_proc (HWND   hwnd,
     return TRUE;
 }
 
-/* Finds the HWND under cursor. Local DnD protcol
+/* Finds the HWND under cursor. Local DnD protocol
  * uses this function, since local protocol is implemented
  * entirely in GDK and cannot rely on the OS to notify
  * drop targets about drags that move over them.
index 31cb3b8270ad2608d43a8689e07aab7f1be1d9f5..da39f88b9a1599551d9b28bcbd70ced740497c31 100644 (file)
@@ -3127,7 +3127,7 @@ gdk_event_translate (MSG *msg,
       if ((windowpos->flags & SWP_HIDEWINDOW) &&
          !GDK_SURFACE_DESTROYED (window))
        {
-         /* Make transient parent the forground window when window unmaps */
+         /* Make transient parent the foreground window when window unmaps */
          impl = GDK_WIN32_SURFACE (window);
 
          if (impl->transient_owner &&
index c19a7deead16fe15358ea51b4abee87b2b0fa19c..8cb91823f665caddad9b1a8c87c047c35c26524e 100644 (file)
@@ -29,7 +29,7 @@ G_BEGIN_DECLS
 typedef struct _GdkWin32DragUtilityData GdkWin32DragUtilityData;
 
 /* This structure is deliberately designed to be
- * copyable with memcpy(), i.e. no pointers inside.
+ * copiable with memcpy(), i.e. no pointers inside.
  */
 struct _GdkWin32DragUtilityData
 {
index 31ef5878c14b118b33e1c73ca7d9e094a4e0b24a..dc76c6544e8b099e81236083321473e54b6be438 100644 (file)
@@ -243,7 +243,7 @@ on_surface_changed (void *data)
  * window only when there actually is drawing. To do that we use
  * a technique (hack) suggested by Uli Schlachter - if we set
  * a dummy "mime data" on the cairo surface (this facility is
- * used to attach JPEG data to an imager), then cairo wil flush
+ * used to attach JPEG data to an imager), then cairo will flush
  * and remove the mime data before making any changes to the window.
  */
 
index eb503ecdd556f6abcf272f7b59c77c241a8968f0..b5d6b8e127276a784fcdcd40e4dab02747c5112e 100644 (file)
@@ -2961,7 +2961,7 @@ gsk_gl_renderer_create_programs (GskGLRenderer  *self,
 
 
   /* We initialize the alpha uniform here, since the default value is important.
-   * We can't do it in the shader like a resonable person would because that doesn't
+   * We can't do it in the shader like a reasonable person would because that doesn't
    * work in gles. */
   for (i = 0; i < GL_N_PROGRAMS; i++)
     {
@@ -3196,7 +3196,7 @@ gsk_gl_renderer_add_render_ops (GskGLRenderer   *self,
                                 RenderOpBuilder *builder)
 {
   /* This can still happen, even if the render nodes are created using
-   * GtkSnapshot, so let's juse be safe. */
+   * GtkSnapshot, so let's just be safe. */
   if (node_is_invisible (node))
     return;
 
index 8305e860de4dd97468aeb8630e57a621a1481503..ff658466a11a9c04039c4b8cf2e8faf71a7c4e93 100644 (file)
@@ -120,7 +120,7 @@ static int stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first, int x0
       if (node->y > min_y) {
          // raise min_y higher.
          // we've accounted for all waste up to min_y,
-         // but we'll now add more waste for everything we've visted
+         // but we'll now add more waste for everything we've visited
          waste_area += visited_width * (node->y - min_y);
          min_y = node->y;
          // the first time through, visited_width might be reduced
index e8a1ad2a6ec0e3a7ad98a1d66eaed1dab1bbf143..5296853175ebb388d4cfa6868dbd4ac1ece5bda6 100644 (file)
@@ -1112,7 +1112,7 @@ gsk_inset_shadow_node_draw (GskRenderNode *node,
       /* For the blurred case we divide the rendering into 9 parts,
        * 4 of the corners, 4 for the horizonat/vertical lines and
        * one for the interior. We make the non-interior parts
-       * large enought to fit the full radius of the blur, so that
+       * large enough to fit the full radius of the blur, so that
        * the interior part can be drawn solidly.
        */
 
@@ -1415,7 +1415,7 @@ gsk_outset_shadow_node_draw (GskRenderNode *node,
       /* For the blurred case we divide the rendering into 9 parts,
        * 4 of the corners, 4 for the horizonat/vertical lines and
        * one for the interior. We make the non-interior parts
-       * large enought to fit the full radius of the blur, so that
+       * large enough to fit the full radius of the blur, so that
        * the interior part can be drawn solidly.
        */
 
index a12c68e5570713097e06df9df55089a1b59c7cc3..a1b65ff13f4ba95236b1e623f512d068fe400cf8 100644 (file)
@@ -1712,7 +1712,7 @@ gsk_transform_invert (GskTransform *self)
  *
  * Checks two transforms for equality.
  *
- * Returns: %TRUE if the two transforms peform the same operation.
+ * Returns: %TRUE if the two transforms perform the same operation.
  **/
 gboolean
 gsk_transform_equal (GskTransform *first,
index a32326062951160c4a58793a5c6bd9a31a7318c0..99e494478495ec8d17269ca97b3fa70d742f96ad 100644 (file)
@@ -968,7 +968,7 @@ gtk_css_parser_parse_url_arg (GtkCssParser *parser,
  *
  * If the parser matches the <url> token from the [CSS
  * specification](https://drafts.csswg.org/css-values-4/#url-value),
- * consumes it, resolves the URL and resturns the resulting #GFile.
+ * consumes it, resolves the URL and returns the resulting #GFile.
  * On failure, an error is emitted and %NULL is returned.
  *
  * Returns: (nullable) (transfer full): the resulting URL or %NULL on error
index bdeceda8ae456423f4f9f7a26b2c660fd13cf66c..2ecb36cecca32c253217be68e4563ad3cc8cbd18 100644 (file)
     "aliases_ascii" : [
     ],
     "keywords" : [
-      "accomodation",
+      "accommodation",
       "building",
       "checkin",
       "motel",
   "clock1" : {
     "unicode" : "1f550",
     "unicode_alternates" : "",
-    "name" : "clock face one oclock",
+    "name" : "clock face one o'clock",
     "shortname" : ":clock1:",
     "category" : "symbols",
     "emoji_order" : "1013",
   "clock2" : {
     "unicode" : "1f551",
     "unicode_alternates" : "",
-    "name" : "clock face two oclock",
+    "name" : "clock face two o'clock",
     "shortname" : ":clock2:",
     "category" : "symbols",
     "emoji_order" : "1014",
   "clock3" : {
     "unicode" : "1f552",
     "unicode_alternates" : "",
-    "name" : "clock face three oclock",
+    "name" : "clock face three o'clock",
     "shortname" : ":clock3:",
     "category" : "symbols",
     "emoji_order" : "1015",
   "clock4" : {
     "unicode" : "1f553",
     "unicode_alternates" : "",
-    "name" : "clock face four oclock",
+    "name" : "clock face four o'clock",
     "shortname" : ":clock4:",
     "category" : "symbols",
     "emoji_order" : "1016",
   "clock5" : {
     "unicode" : "1f554",
     "unicode_alternates" : "",
-    "name" : "clock face five oclock",
+    "name" : "clock face five o'clock",
     "shortname" : ":clock5:",
     "category" : "symbols",
     "emoji_order" : "1017",
   "clock6" : {
     "unicode" : "1f555",
     "unicode_alternates" : "",
-    "name" : "clock face six oclock",
+    "name" : "clock face six o'clock",
     "shortname" : ":clock6:",
     "category" : "symbols",
     "emoji_order" : "1018",
   "clock7" : {
     "unicode" : "1f556",
     "unicode_alternates" : "",
-    "name" : "clock face seven oclock",
+    "name" : "clock face seven o'clock",
     "shortname" : ":clock7:",
     "category" : "symbols",
     "emoji_order" : "1019",
   "clock8" : {
     "unicode" : "1f557",
     "unicode_alternates" : "",
-    "name" : "clock face eight oclock",
+    "name" : "clock face eight o'clock",
     "shortname" : ":clock8:",
     "category" : "symbols",
     "emoji_order" : "1020",
   "clock9" : {
     "unicode" : "1f558",
     "unicode_alternates" : "",
-    "name" : "clock face nine oclock",
+    "name" : "clock face nine o'clock",
     "shortname" : ":clock9:",
     "category" : "symbols",
     "emoji_order" : "1021",
   "clock10" : {
     "unicode" : "1f559",
     "unicode_alternates" : "",
-    "name" : "clock face ten oclock",
+    "name" : "clock face ten o'clock",
     "shortname" : ":clock10:",
     "category" : "symbols",
     "emoji_order" : "1022",
   "clock11" : {
     "unicode" : "1f55a",
     "unicode_alternates" : "",
-    "name" : "clock face eleven oclock",
+    "name" : "clock face eleven o'clock",
     "shortname" : ":clock11:",
     "category" : "symbols",
     "emoji_order" : "1023",
   "clock12" : {
     "unicode" : "1f55b",
     "unicode_alternates" : "",
-    "name" : "clock face twelve oclock",
+    "name" : "clock face twelve o'clock",
     "shortname" : ":clock12:",
     "category" : "symbols",
     "emoji_order" : "1024",
index 0a24a7f16d1506ded9e31f9a50d15255c9fdf0c8..abdc0950ed85f552f7353ebacb50e86faf19c3e4 100644 (file)
@@ -1,4 +1,4 @@
-/* gtkaccessibleattributeset.c: Accessible attribute containt
+/* gtkaccessibleattributeset.c: Accessible attribute content
  *
  * Copyright 2020  GNOME Foundation
  *
index a5731769d20c99206246a3831af7da206683b074..865d60f67404a81fbd5491f6e858b12e9d813acf 100644 (file)
@@ -32,7 +32,7 @@ typedef struct
 {
   GtkApplicationImplDBusClass parent_class;
 
-  /* stores the dbus version of the overriden methods */
+  /* stores the dbus version of the overridden methods */
   guint (*dbus_inhibit) (GtkApplicationImpl         *impl,
                          GtkWindow                  *window,
                          GtkApplicationInhibitFlags  flags,
index 54e393edd32d4b998a544f0c294099dc61d9e80c..f8ab3d406a6817695cf89b215c2a5e033e1889d4 100644 (file)
@@ -791,7 +791,7 @@ show_help_overlay (GSimpleAction *action,
  * sets up an action with the name win.show-help-overlay to present
  * it.
  *
- * @window takes resposibility for destroying @help_overlay.
+ * @window takes responsibility for destroying @help_overlay.
  */
 void
 gtk_application_window_set_help_overlay (GtkApplicationWindow *window,
index b7c2cef769927630e9f6df3d85a2fbd0f104491d..ad6049ffe9d0b700cd5d1c0d4ee9e9b7475d3844 100644 (file)
@@ -446,7 +446,7 @@ gtk_aspect_frame_get_ratio (GtkAspectFrame *self)
  * @obey_child: If %TRUE, @ratio is ignored, and the aspect
  *    ratio is taken from the requistion of the child.
  *
- * Sets whether the aspect ratio of the childs size
+ * Sets whether the aspect ratio of the child's size
  * request should override the set aspect ratio of
  * the #GtkAspectFrame.
  */
@@ -470,10 +470,10 @@ gtk_aspect_frame_set_obey_child (GtkAspectFrame *self,
  * gtk_aspect_frame_get_obey_child:
  * @self: a #GtkAspectFrame
  *
- * Returns whether the childs size request should override
+ * Returns whether the child's size request should override
  * the set aspect ratio of the #GtkAspectFrame.
  *
- * Returns: whether to obey the childs size request
+ * Returns: whether to obey the child's size request
  */
 gboolean
 gtk_aspect_frame_get_obey_child (GtkAspectFrame *self)
index 80d494f066c3e964bec06fb1e431137ea0391f6d..a248235e58bb82b8853c2d539f88f939ea4e8717 100644 (file)
@@ -436,7 +436,7 @@ gtk_bitset_remove_range (GtkBitset *self,
  * @last: last value to add
  *
  * Adds the closed range [@first, @last], so @first, @last and all
- * values inbetween. @first must be smaller than @last.
+ * values in between. @first must be smaller than @last.
  **/
 void
 gtk_bitset_add_range_closed (GtkBitset *self,
@@ -456,7 +456,7 @@ gtk_bitset_add_range_closed (GtkBitset *self,
  * @last: last value to remove
  *
  * Removes the closed range [@first, @last], so @first, @last and all
- * values inbetween. @first must be smaller than @last.
+ * values in between. @first must be smaller than @last.
  **/
 void
 gtk_bitset_remove_range_closed (GtkBitset *self,
index f900a94246d7d2e26eb04ba11cfac2840ecfa369..58b11145b4e6ac2bff824fad5dad2a32b8766c6a 100644 (file)
@@ -564,7 +564,7 @@ gtk_bookmark_list_get_io_priority (GtkBookmarkList *self)
  *
  * Files will be added to @self from time to time while loading is
  * going on. The order in which are added is undefined and may change
- * inbetween runs.
+ * in between runs.
  *
  * Returns: %TRUE if @self is loading
  */
index 9a5ac17e1b46af54f073629133880e4459e0ce84..de37ac0bd2d612562ecf0eff8b02b355a047c7af 100644 (file)
@@ -158,7 +158,7 @@ gtk_bool_filter_class_init (GtkBoolFilterClass *class)
   /**
    * GtkBoolFilter:expression: (type GtkExpression)
    *
-   * The boolean expression to evalute on item
+   * The boolean expression to evaluate on item
    */
   properties[PROP_EXPRESSION] =
     gtk_param_spec_expression ("expression",
index 6c5f5469f02e476c30104574c3f2c41b83d5d9f9..02541a4b84b6d3009c2f0c9be3e7aac63d52cc39 100644 (file)
@@ -1766,7 +1766,7 @@ gtk_builder_get_current_object (GtkBuilder *builder)
  *     %NULL for none
  *
  * Sets the current object for the @builder. The current object can be
- * tought of as the `this` object that the builder is working for and
+ * thought of as the `this` object that the builder is working for and
  * will often be used as the default object when an object is optional.
  *
  * gtk_widget_init_template() for example will set the current object to
index e222813e68895a4b5b11cd8c0f6fd9cba3c9e959..f86aa869b170f0ea7d37f8f0dfdc9e214297dc86 100644 (file)
@@ -2010,9 +2010,9 @@ end_element (GtkBuildableParseContext  *context,
     {
       RequiresInfo *req_info = state_pop_info (data, RequiresInfo);
 
-      /* TODO: Allow third party widget developers to check thier
+      /* TODO: Allow third party widget developers to check their
        * required versions, possibly throw a signal allowing them
-       * to check thier library versions here.
+       * to check their library versions here.
        */
       if (!strcmp (req_info->library, "gtk+"))
         {
index e0ce9e48e6615bc457ad81f765ca8148d1978b69..2cbf5c31aa962d1be8baa71eff3f18a5425999b6 100644 (file)
  *
  * # Rendering Areas
  *
- * Once area sizes have been aquired at least for the rows in the
+ * Once area sizes have been acquired at least for the rows in the
  * visible area of the layouting widget they can be rendered at
  * #GtkWidgetClass.snapshot() time.
  *
@@ -1330,7 +1330,7 @@ gtk_cell_area_real_get_preferred_height_for_width (GtkCellArea        *area,
                                                    int                *minimum_height,
                                                    int                *natural_height)
 {
-  /* If the area doesnt do height-for-width, fallback on base preferred height */
+  /* If the area doesn't do height-for-width, fallback on base preferred height */
   GTK_CELL_AREA_GET_CLASS (area)->get_preferred_height (area, context, widget, minimum_height, natural_height);
 }
 
@@ -1342,7 +1342,7 @@ gtk_cell_area_real_get_preferred_width_for_height (GtkCellArea        *area,
                                                    int                *minimum_width,
                                                    int                *natural_width)
 {
-  /* If the area doesnt do width-for-height, fallback on base preferred width */
+  /* If the area doesn't do width-for-height, fallback on base preferred width */
   GTK_CELL_AREA_GET_CLASS (area)->get_preferred_width (area, context, widget, minimum_width, natural_width);
 }
 
index 5d82fd95ea8d3107c30152e33aa9fd903acef97c..1d5a5fa1383810add309ad2a394d968e7cbe2f2a 100644 (file)
@@ -1228,7 +1228,7 @@ gtk_cell_area_box_foreach_alloc (GtkCellArea          *area,
         }
       else
         {
-          /* If the cell we are rendering doesnt fit into the remaining space,
+          /* If the cell we are rendering doesn't fit into the remaining space,
            * clip it so that the underlying renderer has a chance to deal with
            * it (for instance text renderers get a chance to ellipsize).
            */
index 0f48cfeb325544137de9f0c30412179715862c96..090aede60f949d4371c12a3002cdb171b19be5cb 100644 (file)
@@ -1378,7 +1378,7 @@ gtk_cell_renderer_get_request_mode (GtkCellRenderer *cell)
  * @minimum_size: (out) (allow-none): location to store the minimum size, or %NULL
  * @natural_size: (out) (allow-none): location to store the natural size, or %NULL
  *
- * Retreives a renderer’s natural size when rendered to @widget.
+ * Retrieves a renderer’s natural size when rendered to @widget.
  */
 void
 gtk_cell_renderer_get_preferred_width (GtkCellRenderer *cell,
@@ -1424,7 +1424,7 @@ gtk_cell_renderer_get_preferred_width (GtkCellRenderer *cell,
  * @minimum_size: (out) (allow-none): location to store the minimum size, or %NULL
  * @natural_size: (out) (allow-none): location to store the natural size, or %NULL
  *
- * Retreives a renderer’s natural size when rendered to @widget.
+ * Retrieves a renderer’s natural size when rendered to @widget.
  */
 void
 gtk_cell_renderer_get_preferred_height (GtkCellRenderer *cell,
@@ -1471,7 +1471,7 @@ gtk_cell_renderer_get_preferred_height (GtkCellRenderer *cell,
  * @minimum_width: (out) (allow-none): location for storing the minimum size, or %NULL
  * @natural_width: (out) (allow-none): location for storing the preferred size, or %NULL
  *
- * Retreives a cell renderers’s minimum and natural width if it were rendered to 
+ * Retrieves a cell renderers’s minimum and natural width if it were rendered to 
  * @widget with the specified @height.
  */
 void
@@ -1519,7 +1519,7 @@ gtk_cell_renderer_get_preferred_width_for_height (GtkCellRenderer *cell,
  * @minimum_height: (out) (allow-none): location for storing the minimum size, or %NULL
  * @natural_height: (out) (allow-none): location for storing the preferred size, or %NULL
  *
- * Retreives a cell renderers’s minimum and natural height if it were rendered to 
+ * Retrieves a cell renderers’s minimum and natural height if it were rendered to 
  * @widget with the specified @width.
  */
 void
index 2168129d3df965d239512b9cc8a88506f2ce1ea0..f30a89dcc5d5cdd55cd6e9dfb8131f646c1a8b6f 100644 (file)
@@ -1853,7 +1853,7 @@ gtk_cell_renderer_text_start_editing (GtkCellRenderer      *cell,
  * Sets the height of a renderer to explicitly be determined by the “font” and
  * “y_pad” property set on it.  Further changes in these properties do not
  * affect the height, so they must be accompanied by a subsequent call to this
- * function.  Using this function is unflexible, and should really only be used
+ * function.  Using this function is inflexible, and should really only be used
  * if calculating the size of a cell is too slow (ie, a massive number of cells
  * displayed).  If @number_of_rows is -1, then the fixed height is unset, and
  * the height is determined by the properties again.
@@ -2003,7 +2003,7 @@ gtk_cell_renderer_text_get_preferred_height (GtkCellRenderer *cell,
    * height-for-width and not the opposite. Here we have only to return
    * the height for the base minimum width of the renderer.
    *
-   * Note this code path wont be followed by GtkTreeView which is
+   * Note this code path won't be followed by GtkTreeView which is
    * height-for-width specifically.
    */
   gtk_cell_renderer_get_preferred_width (cell, widget, &min_width, NULL);
index 1188c7bfc9df34a29532992974e5ddd9b516e3e5..c92bd997a686398549c63553961b7c616c9b72cc 100644 (file)
@@ -42,7 +42,7 @@
  * and #GtkCellAreaContext. A #GtkCellAreaContext can be provided to the 
  * #GtkCellView at construction time in order to keep the cellview in context
  * of a group of cell views, this ensures that the renderers displayed will
- * be properly aligned with eachother (like the aligned cells in the menus
+ * be properly aligned with each other (like the aligned cells in the menus
  * of #GtkComboBox).
  *
  * #GtkCellView is #GtkOrientable in order to decide in which orientation
@@ -268,7 +268,7 @@ gtk_cell_view_class_init (GtkCellViewClass *klass)
    *
    * Whether the view should request enough space to always fit
    * the size of every row in the model (used by the combo box to
-   * ensure the combo box size doesnt change when different items
+   * ensure the combo box size doesn't change when different items
    * are selected).
    *
    * since 3.0
@@ -840,7 +840,7 @@ gtk_cell_view_new (void)
  * Creates a new #GtkCellView widget with a specific #GtkCellArea
  * to layout cells and a specific #GtkCellAreaContext.
  *
- * Specifying the same context for a handfull of cells lets
+ * Specifying the same context for a handful of cells lets
  * the underlying area synchronize the geometry for those cells,
  * in this way alignments with cellviews for other rows are
  * possible.
index e0f08858034f3bd8bc690474cf159bad4be17538..ace803718805b7832ee771b0eb520b812f4c82c0 100644 (file)
@@ -175,7 +175,7 @@ gtk_column_view_cell_init (GtkColumnViewCell *self)
   GtkWidget *widget = GTK_WIDGET (self);
 
   gtk_widget_set_focusable (widget, FALSE);
-  /* FIXME: Figure out if settting the manager class to INVALID should work */
+  /* FIXME: Figure out if setting the manager class to INVALID should work */
   gtk_widget_set_layout_manager (widget, NULL);
   widget->priv->resize_func = gtk_column_view_cell_resize_func;
 }
index f9d0d64246c39d2ff7ef53e5af3bbede9401da16..4c738fd6fc5d6f67a42e4884208dc741c02868ff 100644 (file)
@@ -697,7 +697,7 @@ gtk_column_view_column_set_factory (GtkColumnViewColumn *self,
  * @title: (nullable): Title to use for this column
  *
  * Sets the title of this column. The title is displayed in the header of a
- * #GtkColumnView for this column and is therefor user-facing text that should
+ * #GtkColumnView for this column and is therefore user-facing text that should
  * be translated.
  */
 void
index f3a0a37f7997d3351a47aac788e190883944a3ec..42dffdc7d822433b356d388c5586b006397dea4d 100644 (file)
@@ -586,7 +586,7 @@ gtk_constraint_variable_set_iter_next (GtkConstraintVariableSetIter *iter,
  * @first: a #GtkConstraintVariable
  * @second: a #GtkConstraintVariable
  *
- * Creates a new #GtkConstraintVariablePair, containint @first and @second.
+ * Creates a new #GtkConstraintVariablePair, containing @first and @second.
  *
  * The #GtkConstraintVariablePair acquires a reference over the two
  * given #GtkConstraintVariables.
index fe3bae9335cd909e930c4e61a8355d9d266ef627..62839d2cf54c9cd81c94f6bfc10db172979a9ff3 100644 (file)
@@ -547,7 +547,7 @@ gtk_css_image_get_parser_type (GtkCssParser *parser)
  * implementing shorthand properties. A successful parse of an image
  * can not be guaranteed.
  *
- * Returns: %TURE if it looks like an image.
+ * Returns: %TRUE if it looks like an image.
  **/
 gboolean
 _gtk_css_image_can_parse (GtkCssParser *parser)
index b8522a1e37c8e0088676438081e94b81004bb293..a6cb39020f727cc3517c037655bc55cb663eee42 100644 (file)
@@ -73,7 +73,7 @@
  * - The sibling ordering in the CSS node tree is supposed to correspond
  *   to the visible order of content: top-to-bottom and left-to-right.
  *   Reorder your nodes to maintain this correlation. In particular for
- *   horizontally layed out widgets, this will require listening to
+ *   horizontally laid out widgets, this will require listening to
  *   ::direction-changed.
  * - The draw function should just use gtk_style_context_save_to_node() to
  *   'switch' to the right node, not make any other changes to the style
index b5bcb913698ce3b4d3efc06356c100c87db4fc8d..dddfce8c400d29053161e6487e85064125c5be78 100644 (file)
@@ -244,7 +244,7 @@ gboolean
 _gtk_css_value_equal0 (const GtkCssValue *value1,
                        const GtkCssValue *value2)
 {
-  /* Inclues both values being NULL */
+  /* Includes both values being NULL */
   if (value1 == value2)
     return TRUE;
 
index 5ec5c94b0d376b3dda21b5596ae89b9f908842a3..d65c0e9229aac754d65642dabcf3cebc9f89973b 100644 (file)
@@ -779,7 +779,7 @@ gtk_directory_list_get_attributes (GtkDirectoryList *self)
  *
  * The default IO priority is %G_PRIORITY_DEFAULT, which is higher than
  * the GTK redraw priority. If you are loading a lot of directories in
- * parrallel, lowering it to something like %G_PRIORITY_DEFAULT_IDLE
+ * parallel, lowering it to something like %G_PRIORITY_DEFAULT_IDLE
  * may increase responsiveness.
  */
 void
@@ -821,7 +821,7 @@ gtk_directory_list_get_io_priority (GtkDirectoryList *self)
  *
  * Files will be added to @self from time to time while loading is
  * going on. The order in which are added is undefined and may change
- * inbetween runs.
+ * in between runs.
  *
  * Returns: %TRUE if @self is loading
  */
index 81e1207b4063ccba2c328216716f5b2559adc2cc..ddf2b560ef13c3abc586a3623b793a2ae02359d0 100644 (file)
@@ -81,7 +81,7 @@
  * have changed. gtk_expression_watch() starts watching an expression, and
  * gtk_expression_watch_unwatch() stops.
  *
- * Watches can be created for automatically updating the propery of an object,
+ * Watches can be created for automatically updating the property of an object,
  * similar to GObject's #GBinding mechanism, by using gtk_expression_bind().
  *
  * # GtkExpression in GObject properties
index bd31cf90aee01f4cba9f05f508bb715fc61952d4..6999f1926d800e28e50883ef45cb348433c1de01 100644 (file)
@@ -244,7 +244,7 @@ gtk_file_chooser_get_select_multiple (GtkFileChooser *chooser)
  * @chooser: a #GtkFileChooser
  * @create_folders: %TRUE if the Create Folder button should be displayed
  * 
- * Sets whether file choser will offer to create new folders.
+ * Sets whether file chooser will offer to create new folders.
  * This is only relevant if the action is not set to be 
  * %GTK_FILE_CHOOSER_ACTION_OPEN.
  **/
@@ -261,7 +261,7 @@ gtk_file_chooser_set_create_folders (GtkFileChooser *chooser,
  * gtk_file_chooser_get_create_folders:
  * @chooser: a #GtkFileChooser
  * 
- * Gets whether file choser will offer to create new folders.
+ * Gets whether file chooser will offer to create new folders.
  * See gtk_file_chooser_set_create_folders().
  * 
  * Returns: %TRUE if the Create Folder button should be displayed.
index 2eae39493c24c8148903c9bbf76acc079720ffc8..ec30098d726fb389ef96b09adc131d8c04527e75 100644 (file)
@@ -1336,7 +1336,7 @@ rename_file_rename_clicked (GtkButton            *button,
             error_dialog (impl, _("The file could not be renamed"), error);
           else
             {
-              /* Rename succeded, save renamed file so it will
+              /* Rename succeeded, save renamed file so it will
                * be revealed by our "row-changed" handler */
               impl->renamed_file = g_object_ref (child);
             }
index 93359aa77f4bd887057a0a4c2518d325c106ed3f..e41e6e121f6635bf3e8a79f2b49880d980f6e97b 100644 (file)
@@ -1581,7 +1581,7 @@ gtk_flow_box_size_allocate (GtkWidget *widget,
   /* By default flow at the natural item width */
   line_length = avail_size / (nat_item_size + item_spacing);
 
-  /* After the above aproximation, check if we cant fit one more on the line */
+  /* After the above approximation, check if we can't fit one more on the line */
   if (line_length * item_spacing + (line_length + 1) * nat_item_size <= avail_size)
     line_length++;
 
@@ -1621,7 +1621,7 @@ gtk_flow_box_size_allocate (GtkWidget *widget,
       if (line_align != GTK_ALIGN_FILL)
         line_size = MIN (line_size, nat_fixed_line_size);
 
-      /* Get the real extra pixels incase of GTK_ALIGN_START lines */
+      /* Get the real extra pixels in case of GTK_ALIGN_START lines */
       extra_pixels = avail_size - (line_length - 1) * item_spacing - item_size * line_length;
       extra_line_pixels = avail_other_size - (n_lines - 1) * line_spacing - line_size * n_lines;
     }
@@ -2012,7 +2012,7 @@ gtk_flow_box_measure (GtkWidget      *widget,
                       nat_width += nat_line_length;
                     }
                 }
-              else /* In homogeneous mode; horizontally oriented boxs
+              else /* In homogeneous mode; horizontally oriented boxes
                     * give the same width to all children */
                 {
                   get_max_item_size (box, GTK_ORIENTATION_HORIZONTAL,
@@ -2096,7 +2096,7 @@ gtk_flow_box_measure (GtkWidget      *widget,
               /* By default flow at the natural item width */
               line_length = avail_size / (nat_item_height + priv->row_spacing);
 
-              /* After the above aproximation, check if we cant fit one more on the line */
+              /* After the above approximation, check if we can't fit one more on the line */
               if (line_length * priv->row_spacing + (line_length + 1) * nat_item_height <= avail_size)
                 line_length++;
 
@@ -2336,7 +2336,7 @@ gtk_flow_box_measure (GtkWidget      *widget,
               /* By default flow at the natural item width */
               line_length = avail_size / (nat_item_width + priv->column_spacing);
 
-              /* After the above aproximation, check if we cant fit one more on the line */
+              /* After the above approximation, check if we can't fit one more on the line */
               if (line_length * priv->column_spacing + (line_length + 1) * nat_item_width <= avail_size)
                 line_length++;
 
@@ -3690,7 +3690,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
 
   /**
    * GtkFlowBox::selected-children-changed:
-   * @box: the #GtkFlowBox on wich the signal is emitted
+   * @box: the #GtkFlowBox on which the signal is emitted
    *
    * The ::selected-children-changed signal is emitted when the
    * set of selected children changes.
@@ -3976,7 +3976,7 @@ gtk_flow_box_bound_model_changed (GListModel *list,
     }
 }
 
-/* Buildable implemenation {{{3 */
+/* Buildable implementation {{{3 */
 
 static GtkBuildableIface *parent_buildable_iface;
 
index c1542001ddda0213e311323cb74aea480018405f..748a25fad26e4ff00d354e7f0eac76ff9e153ded 100644 (file)
@@ -350,7 +350,7 @@ gtk_frame_set_label (GtkFrame *frame,
  * to gtk_frame_new().)
  * 
  * Returns: (nullable): the text in the label, or %NULL if there
- *               was no label widget or the lable widget was not
+ *               was no label widget or the label widget was not
  *               a #GtkLabel. This string is owned by GTK+ and
  *               must not be modified or freed.
  **/
index 544ef87bd36158ec0c553c2cde1753dac7a99953..7f983d8586bffd325e0af30290e56df17ddc6f6c 100644 (file)
@@ -31,7 +31,7 @@
  *
  * The number of touches that a #GtkGesture need to be recognized is controlled
  * by the #GtkGesture:n-points property, if a gesture is keeping track of less
- * or more than that number of sequences, it won't check wether the gesture
+ * or more than that number of sequences, it won't check whether the gesture
  * is recognized.
  *
  * As soon as the gesture has the expected number of touches, it will check
index f0939136bbcabafd2e9d8f6a3df8af6debb1a4bf..cf797df19447f70d2d2951b95b23af1b0cc23519 100644 (file)
@@ -24,7 +24,7 @@
  * @See_also: #GtkGestureSwipe
  *
  * #GtkGestureDrag is a #GtkGesture implementation that recognizes drag
- * operations. The drag operation itself can be tracked throught the
+ * operations. The drag operation itself can be tracked throughout the
  * #GtkGestureDrag::drag-begin, #GtkGestureDrag::drag-update and
  * #GtkGestureDrag::drag-end signals, or the relevant coordinates be
  * extracted through gtk_gesture_drag_get_offset() and
index 09b4d35fff5747526705920f3abc90d1996631e9..4cb815e1d91fb7d699a3f4a40b0f3d34332e9169 100644 (file)
@@ -521,7 +521,7 @@ gtk_gl_area_allocate_texture (GtkGLArea *area)
  *
  * Ensures that the @area framebuffer object is made the current draw
  * and read target, and that all the required buffers for the @area
- * are created and bound to the frambuffer.
+ * are created and bound to the framebuffer.
  *
  * This function is automatically called before emitting the
  * #GtkGLArea::render signal, and doesn't normally need to be called
@@ -811,7 +811,7 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
    * If set to %FALSE the data from previous rendering is kept around and will
    * be used for drawing the widget the next time, unless the window is resized.
    * In order to force a rendering gtk_gl_area_queue_render() must be called.
-   * This mode is useful when the scene changes seldomly, but takes a long time
+   * This mode is useful when the scene changes seldom, but takes a long time
    * to redraw.
    */
   obj_props[PROP_AUTO_RENDER] =
@@ -1271,7 +1271,7 @@ gtk_gl_area_get_auto_render (GtkGLArea *area)
  * around and will be used for drawing the widget the next time,
  * unless the window is resized. In order to force a rendering
  * gtk_gl_area_queue_render() must be called. This mode is useful when
- * the scene changes seldomly, but takes a long time to redraw.
+ * the scene changes seldom, but takes a long time to redraw.
  */
 void
 gtk_gl_area_set_auto_render (GtkGLArea *area,
index a945683b0390e9fa7fccf5ca8754d5fb0c38b675..00b40976a73a0939f6264590460b58d4c3f8068d 100644 (file)
@@ -207,7 +207,7 @@ cell_augment (GtkRbTree *tree,
  * @y into the primary direction. 
  *
  * If y is larger than the height of all cells, %NULL will be returned.
- * In particular that means that for an emtpy grid, %NULL is returned
+ * In particular that means that for an empty grid, %NULL is returned
  * for any value.
  *
  * Returns: (nullable): The first cell at offset y or %NULL if none
index 61c1b7bb0f369f40fdb6b296567d33cb205546c9..061b66f1cc0ac65a8d406d59e35178f912bed08b 100644 (file)
@@ -95,7 +95,7 @@ gtk_icon_cache_new_for_path (const char *path)
   if (g_stat (cache_filename, &st) < 0 || st.st_size < 4)
     goto done;
 
-  /* Verify cache is uptodate */
+  /* Verify cache is up-to-date */
   if (st.st_mtime < path_st.st_mtime)
     {
       GTK_NOTE (ICONTHEME, g_message ("icon cache outdated"));
index cd1010376d72f76fb77d242e316a60de7b4abda6..c7822ad12933b7410fcb8cb5aa65170dfd207abf 100644 (file)
@@ -231,7 +231,7 @@ gtk_string_set_add (GtkStringSet *set,
  * All private functions that take a GtkIconTheme (or one of its
  * private data types (like IconThemeDir, UnthemedIcon, etc) arg are
  * expected to be called with the icon theme lock held, unless the
- * funcion has a _unlocked suffix. Any similar function that must be
+ * function has a _unlocked suffix. Any similar function that must be
  * called on the main thread, will have a _mainthread suffix.
  *
  * So the rules for such functions are:
@@ -1395,7 +1395,7 @@ gtk_icon_theme_dispose (GObject *object)
    * we finalize on a thread and on the main thread some display or
    * setting signal is emitted.
    *
-   * It is possible that before we aquire the lock this happens
+   * It is possible that before we acquire the lock this happens
    * and the other thread refs the icon theme for some reason, but
    * this is ok as it is allowed to resurrect objects in dispose
    * (but not in finalize).
index f1cc209ffd65d183d92d8fdf356849dfdada7dff..507875a07509f7f564e9bb3b13b67be8ed503a99 100644 (file)
@@ -3131,7 +3131,7 @@ gtk_icon_view_row_changed (GtkTreeModel *model,
    * and only invalidate a single item and queue a relayout
    * instead of invalidating the whole thing.
    *
-   * For now GtkIconView still cant deal with huge models
+   * For now GtkIconView still can't deal with huge models
    * so just invalidate the whole thing when the model
    * changes.
    */
index 5b559035db7baae54ab21b0e2e884128ff6bfe51..022b455188d204232748b371966b7341cabe4d3c 100644 (file)
@@ -53,7 +53,7 @@ typedef void (* GtkIconViewForeachFunc)     (GtkIconView      *icon_view,
  * GtkIconViewDropPosition:
  * @GTK_ICON_VIEW_NO_DROP: no drop possible
  * @GTK_ICON_VIEW_DROP_INTO: dropped item replaces the item
- * @GTK_ICON_VIEW_DROP_LEFT: droppped item is inserted to the left
+ * @GTK_ICON_VIEW_DROP_LEFT: dropped item is inserted to the left
  * @GTK_ICON_VIEW_DROP_RIGHT: dropped item is inserted to the right
  * @GTK_ICON_VIEW_DROP_ABOVE: dropped item is inserted above
  * @GTK_ICON_VIEW_DROP_BELOW: dropped item is inserted below
index 4e0b5930f5f3896635b2b7451ff34e6873c451c0..730660ff06ae635787fd1d933a7695b3467bab26 100644 (file)
@@ -113,7 +113,7 @@ static void gtk_image_measure (GtkWidget      *widget,
 static void gtk_image_css_changed          (GtkWidget    *widget,
                                             GtkCssStyleChange *change);
 static void gtk_image_system_setting_changed (GtkWidget        *widget,
-                                              GtkSystemSetting  seting);
+                                              GtkSystemSetting  setting);
 static void gtk_image_finalize             (GObject      *object);
 
 static void gtk_image_set_property         (GObject      *object,
index c7de8d66f691daae7fb90e6389b16bac5a79472e..18803329781e6b2acebdf8c261d5e310bc56b306 100644 (file)
@@ -671,7 +671,7 @@ gtk_im_context_ime_focus_in (GtkIMContext *context)
   if (!GDK_IS_SURFACE (context_ime->client_surface))
     return;
 
-  /* swtich current context */
+  /* switch current context */
   context_ime->focus = TRUE;
 
   hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
@@ -727,7 +727,7 @@ gtk_im_context_ime_focus_out (GtkIMContext *context)
   if (!GDK_IS_SURFACE (context_ime->client_surface))
     return;
 
-  /* swtich current context */
+  /* switch current context */
   context_ime->focus = FALSE;
 
   hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
@@ -776,7 +776,7 @@ gtk_im_context_ime_focus_out (GtkIMContext *context)
       context_ime->preediting = FALSE;
     }
 
-  /* remove event fileter */
+  /* remove event filter */
   toplevel = context_ime->client_surface;
   if (GDK_IS_SURFACE (toplevel))
     {
index 830fbe7dae5605358057445c9456fda5eb71ee88..a03f683876ad6a3bfdf1ef7cf85684e357ca4492 100644 (file)
@@ -31,7 +31,7 @@
  *
  *   y'' = -my'
  *
- * With m the resistence factor. For this we use the following 2
+ * With m the resistance factor. For this we use the following 2
  * base solutions:
  *
  *   f1(x) = 1
index 378069d8a5ab97955d5fcf483e8b724c0f4febd9..d9149198c6ca372aa9556dfa8ddf98bbf86a97a6 100644 (file)
@@ -82,7 +82,7 @@
  *
  * GtkLabel has a single CSS node with the name label. A wide variety
  * of style classes may be applied to labels, such as .title, .subtitle,
- * .dim-label, etc. In the #GtkShortcutsWindow, labels are used wth the
+ * .dim-label, etc. In the #GtkShortcutsWindow, labels are used with the
  * .keycap style class.
  *
  * If the label has a selection, it gets a subnode with name selection.
@@ -778,7 +778,7 @@ gtk_label_class_init (GtkLabelClass *class)
   /**
    * GtkLabel:xalign:
    *
-   * The xalign property determines the horizontal aligment of the label text
+   * The xalign property determines the horizontal alignment of the label text
    * inside the labels size allocation. Compare this to #GtkWidget:halign,
    * which determines how the labels size allocation is positioned in the
    * space available for the label.
@@ -794,7 +794,7 @@ gtk_label_class_init (GtkLabelClass *class)
   /**
    * GtkLabel:yalign:
    *
-   * The yalign property determines the vertical aligment of the label text
+   * The yalign property determines the vertical alignment of the label text
    * inside the labels size allocation. Compare this to #GtkWidget:valign,
    * which determines how the labels size allocation is positioned in the
    * space available for the label.
index d6e1a129d0a10d3efe690f41a1b20068a4dddb5c..efc2ced6db06f6175afa18ee775c30011ad1d05c 100644 (file)
@@ -1600,7 +1600,7 @@ gtk_list_base_stop_rubberband (GtkListBase *self,
           selected = gtk_bitset_new_empty ();
           mask = gtk_bitset_ref (rubberband_selection);
         }
-      else /* no modifer */
+      else /* no modifier */
         {
           /* select the rubberband, clear the rest */
           selected = gtk_bitset_ref (rubberband_selection);
index 98af2f58fa311a94fe107011dbd4b3e32ba040d2..6235e44768ff273b30daf24a204f89c31df0c038 100644 (file)
@@ -540,7 +540,7 @@ gtk_list_box_class_init (GtkListBoxClass *klass)
 
   /**
    * GtkListBox::selected-rows-changed:
-   * @box: the #GtkListBox on wich the signal is emitted
+   * @box: the #GtkListBox on which the signal is emitted
    *
    * The ::selected-rows-changed signal is emitted when the
    * set of selected rows changes.
index 120d4a656f02889bc219f30f3551409e58a0556a..c7c0a6fb0c1a47f70e4d93014405204fc4094bd2 100644 (file)
@@ -752,7 +752,7 @@ gtk_media_stream_get_error (GtkMediaStream *self)
  * in process, the GtkMediaStream:seeking property will be set.
  *
  * When calling gtk_media_stream_seek() during an ongoing seek operation,
- * the new seek wil override any pending seek.
+ * the new seek will override any pending seek.
  **/
 void
 gtk_media_stream_seek (GtkMediaStream *self,
index b1bf809a3c26e82bdfba8820c4750501b4a3f49b..395f3eeea4abf67ea405c6966b7159cdba90d034 100644 (file)
@@ -83,7 +83,7 @@
  * gtk_show_uri_on_window() is a convenient way to launch applications for URIs.
  *
  * Another object that is worth mentioning in this context is
- * #GdkAppLaunchContext, which provides visual feedback when lauching
+ * #GdkAppLaunchContext, which provides visual feedback when launching
  * applications.
  */
 
index ef5fb921985ccbaf26ae42112d706bf225279ee4..895570bc73e8c01cac539d8ad2e237351aa7b635 100644 (file)
@@ -543,7 +543,7 @@ gtk_numeric_sorter_class_init (GtkNumericSorterClass *class)
   /**
    * GtkNumericSorter:expression: (type GtkExpression)
    *
-   * The expression to evalute on items to get a number to compare with
+   * The expression to evaluate on items to get a number to compare with
    */
   properties[PROP_EXPRESSION] =
     gtk_param_spec_expression ("expression",
index 9e8e6adc584076573f2dac2b62d243e47b98c133..40dcae72aa2bccc1f57676560c8e7834fc36f4a8 100644 (file)
@@ -217,7 +217,7 @@ gtk_path_bar_init (GtkPathBar *path_bar)
   gtk_widget_add_css_class (path_bar->down_slider_button, "slider-button");
   gtk_widget_set_parent (path_bar->down_slider_button, GTK_WIDGET (path_bar));
 
-  /* GtkBuilder wont let us connect 'swapped' without specifying the signal's
+  /* GtkBuilder won't let us connect 'swapped' without specifying the signal's
    * user data in the .ui file
    */
   g_signal_connect_swapped (path_bar->up_slider_button, "clicked",
index d7ac99a788a271cc69deb97cc128c67b5bc6e596..39953684788d28028a98ee6f62abb0c993e4611f 100644 (file)
@@ -1915,7 +1915,7 @@ dnd_cancel_cb (GdkDrag             *drag,
  * is also not true, since when the drag comes from a different widget than the
  * sidebar, when the drag stops the last drag signal we receive is drag-leave.
  * So here what we will do is restore the state of the sidebar as if no drag
- * is being done (and if the application didnt request for permanent hints with
+ * is being done (and if the application didn't request for permanent hints with
  * gtk_places_sidebar_show_drop_hints) and we will free the drag data next time
  * we build new drag data in drag_data_received.
  */
index 554036bbcc8575bb0d5bfaa48bc3f072520adade..741c0877d50fbdf67bf9ca5f1ef84b5cbdabc461 100644 (file)
@@ -567,7 +567,7 @@ gtk_print_job_set_track_print_status (GtkPrintJob *job,
  * gtk_print_job_get_track_print_status:
  * @job: a #GtkPrintJob
  *
- * Returns wheter jobs will be tracked after printing.
+ * Returns whether jobs will be tracked after printing.
  * For details, see gtk_print_job_set_track_print_status().
  *
  * Returns: %TRUE if print job status will be reported after printing
index 6760aafcf9791532ca50ed3a209f87cee365af47..c75641f8873531828c2adbd5df7a5d80b9bdaf6b 100644 (file)
@@ -251,7 +251,7 @@ gtk_print_operation_unix_launch_preview (GtkPrintOperation *op,
       gtk_print_settings_set_number_up (print_settings, 1);
       gtk_print_settings_set_number_up_layout (print_settings, GTK_NUMBER_UP_LAYOUT_LEFT_TO_RIGHT_TOP_TO_BOTTOM);
 
-      /*  These removals are neccessary because cups-* settings have higher priority
+      /*  These removals are necessary because cups-* settings have higher priority
        *  than normal settings.
        */
       gtk_print_settings_unset (print_settings, "cups-reverse");
index 3ffcfa45d2f55a85c5ea1e5ef197e4e21b825738..bf9a00b6595d85a2e605373c3fef00f40298c07e 100644 (file)
@@ -1119,7 +1119,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
    *
    * This must be set to a positive number
    * before the rendering starts. It may be set in a 
-   * #GtkPrintOperation::begin-print signal hander.
+   * #GtkPrintOperation::begin-print signal handler.
    *
    * Note that the page numbers passed to the 
    * #GtkPrintOperation::request-page-setup and 
@@ -1545,7 +1545,7 @@ gtk_print_operation_set_job_name (GtkPrintOperation *op,
  *
  * This must be set to a positive number
  * before the rendering starts. It may be set in a 
- * #GtkPrintOperation::begin-print signal hander.
+ * #GtkPrintOperation::begin-print signal handler.
  *
  * Note that the page numbers passed to the 
  * #GtkPrintOperation::request-page-setup 
@@ -1874,7 +1874,7 @@ gtk_print_operation_set_custom_tab_label (GtkPrintOperation  *op,
  * @filename: (type filename): the filename for the exported file
  * 
  * Sets up the #GtkPrintOperation to generate a file instead
- * of showing the print dialog. The indended use of this function
+ * of showing the print dialog. The intended use of this function
  * is for implementing “Export to PDF” actions. Currently, PDF
  * is the only supported format.
  *
index 0c0dc4ea9151f203d4bb9acf2f1ffb341fcc3e3b..caf19b93d9eae3200a4660fb35ff225259e9b0a3 100644 (file)
@@ -156,7 +156,7 @@ gtk_property_lookup_list_model_ensure (GtkPropertyLookupListModel *self,
 
   if (gtk_property_lookup_list_model_append (self, n_items) == n_items)
     {
-      /* readd NULL sentinel */
+      /* re-add NULL sentinel */
       g_ptr_array_add (self->items, NULL);
     }
 }
index dc32364879f60bd428d28bc944c41952713f0798..698dc3d832df98528327c4a6133798b7cec0fd59 100644 (file)
@@ -65,7 +65,7 @@ _data_provider_release_cairo_surface (void* info, const void* data, size_t size)
 }
 
 /* Returns a new NSImage or %NULL in case of an error.
- * The device scale factor will be transfered to the NSImage (hidpi)
+ * The device scale factor will be transferred to the NSImage (hidpi)
  */
 NSImage *
 _gtk_quartz_create_image_from_surface (cairo_surface_t *surface)
index a986f3cc89f9a0e852299b81a2c6b48bfe771f7d..a610e361da98b120da9f10adb2be5519b69322f4 100644 (file)
@@ -382,7 +382,7 @@ gtk_radio_button_set_group (GtkRadioButton *radio_button,
 /**
  * gtk_radio_button_join_group:
  * @radio_button: the #GtkRadioButton object
- * @group_source: (allow-none): a radio button object whos group we are 
+ * @group_source: (allow-none): a radio button object whose group we are 
  *   joining, or %NULL to remove the radio button from its group
  *
  * Joins a #GtkRadioButton object to the group of another #GtkRadioButton object
index 31596a68d5f6bdae164b1babfa5cbac3bd2cada4..67c933939ce6f02caf9be400b0eb4ccf302bfe70 100644 (file)
@@ -1152,7 +1152,7 @@ build_recent_info (GBookmarkFile *bookmarks,
  * @error: (allow-none): a return location for a #GError, or %NULL
  *
  * Searches for a URI inside the recently used resources list, and
- * returns a #GtkRecentInfo containing informations about the resource
+ * returns a #GtkRecentInfo containing information about the resource
  * like its MIME type, or its display name.
  *
  * Returns: (nullable): a #GtkRecentInfo containing information
index 41c063d5035b567b5a570b0835a477dd15d736f8..9ee5a62a9f3c9b3be937e561581a03c92dbf8f0e 100644 (file)
@@ -536,7 +536,7 @@ snapshot_border (GtkSnapshot          *snapshot,
         continue;
 
       /* NB: code below divides by this value */
-      /* a border smaller than this will not noticably modify
+      /* a border smaller than this will not noticeably modify
        * pixels on screen, and since we don't compare with 0,
        * we'll use this value */
       if (border_width[i] < 1.0 / 1024)
index 2571d824275013c31e456b772fc4f25ff3ac3aef..ccaaef4143fef4e5331667fb3cb13a5b9768c6d7 100644 (file)
@@ -469,7 +469,7 @@ gtk_revealer_size_allocate (GtkWidget *widget,
     }
 
   /* We request a different size than the child requested scaled by
-   * this scale as it will render smaller from the transision.
+   * this scale as it will render smaller from the transition.
    * However, we still want to allocate the child widget with its
    * unscaled size so it renders right instead of e.g. ellipsizing or
    * some other form of clipping. We do this by reverse-applying
index 2e581ee6acdde2529e9c30f7e18dcad7c3d83fee..7c11d9edfe0532adcab8153fb0121509d3a4a56e 100644 (file)
@@ -297,7 +297,7 @@ gtk_scrollable_set_vscroll_policy (GtkScrollable       *scrollable,
  * Returns the size of a non-scrolling border around the
  * outside of the scrollable. An example for this would
  * be treeview headers. GTK+ can use this information to
- * display overlayed graphics, like the overshoot indication,
+ * display overlaid graphics, like the overshoot indication,
  * at the right position.
  *
  * Returns: %TRUE if @border has been set
index 779ff18591a037526605a9600b0cd35752befe9f..fbc03039e42dd264730ccc3d3344a11d36b64e63 100644 (file)
  * the content is pulled beyond the end, and this situation can be
  * captured with the #GtkScrolledWindow::edge-overshot signal.
  *
- * If no mouse device is present, the scrollbars will overlayed as
+ * If no mouse device is present, the scrollbars will overlaid as
  * narrow, auto-hiding indicators over the content. If traditional
  * scrollbars are desired although no mouse is present, this behaviour
  * can be turned off with the #GtkScrolledWindow:overlay-scrolling
@@ -682,7 +682,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
    *
    * Whether overlay scrolling is enabled or not. If it is, the
    * scrollbars are only added as traditional widgets when a mouse
-   * is present. Otherwise, they are overlayed on top of the content,
+   * is present. Otherwise, they are overlaid on top of the content,
    * as narrow indicators.
    *
    * Note that overlay scrolling can also be globally disabled, with
index f14676b9128544d8eca9303e0c143002b7d39fb4..1a70694fc5bd2a3020654489a96d20c32522b51e 100644 (file)
@@ -495,7 +495,7 @@ gtk_selection_model_unselect_all (GtkSelectionModel *model)
  * are more likely to implement support for those.
  *
  * Requests that the selection state of all positions set in @mask be
- * updated to the respecitve value in the @selected bitmask.
+ * updated to the respective value in the @selected bitmask.
  *
  * In pseudocode, it would look something like this:
  *
index 332f46fe2a5edd9ed4d256ace3c1a849f19a6b68..5802d807188c3764c4c3d611ef4c75cb28dcfd7d 100644 (file)
@@ -954,7 +954,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
   /**
    * GtkSettings:gtk-overlay-scrolling:
    *
-   * Whether scrolled windows may use overlayed scrolling indicators.
+   * Whether scrolled windows may use overlaid scrolling indicators.
    * If this is set to %FALSE, scrolled windows will have permanent
    * scrollbars.
    */
index c1bf962c2ba62d2ebd5a38f81436868976dc5d77..0907ae282351e94edd6ef7c5bd817e83b90bcee0 100644 (file)
@@ -381,12 +381,12 @@ gtk_sidebar_row_reveal (GtkSidebarRow *self)
 
 void
 gtk_sidebar_row_hide (GtkSidebarRow *self,
-                      gboolean       inmediate)
+                      gboolean       immediate)
 {
   guint transition_duration;
 
   transition_duration = gtk_revealer_get_transition_duration (GTK_REVEALER (self->revealer));
-  if (inmediate)
+  if (immediate)
       gtk_revealer_set_transition_duration (GTK_REVEALER (self->revealer), 0);
 
   gtk_revealer_set_reveal_child (GTK_REVEALER (self->revealer), FALSE);
index 7ac9294e4f92abc10bd68e82e598c77c0c5d13f7..bdec5cc01d10b9985107687c429af92083dd2107 100644 (file)
@@ -45,7 +45,7 @@ GtkSidebarRow *gtk_sidebar_row_clone  (GtkSidebarRow *self);
 
 /* Use these methods instead of gtk_widget_hide/show to use an animation */
 void           gtk_sidebar_row_hide   (GtkSidebarRow *self,
-                                       gboolean       inmediate);
+                                       gboolean       immediate);
 void           gtk_sidebar_row_reveal (GtkSidebarRow *self);
 
 GtkWidget     *gtk_sidebar_row_get_eject_button (GtkSidebarRow *self);
index 0927efba90c070e74c43efdf673e54a4153a11da..6cbea694de833c456027faafb0810327858d6a37 100644 (file)
@@ -86,7 +86,7 @@
  * properties.
  *
  * Note that GtkSpinButton will by default make its entry large enough to
- * accomodate the lower and upper bounds of the adjustment. If this is
+ * accommodate the lower and upper bounds of the adjustment. If this is
  * not desired, the automatic sizing can be turned off by explicitly
  * setting #GtkEditable::width-chars to a value != -1.
  *
@@ -1447,7 +1447,7 @@ gtk_spin_button_insert_text (GtkEditable *editable,
        * I don't know if the positive sign always gets bogusly set to
        * a digit when the above Registry value is corrupted as
        * described. (In my test case, it got set to "8", and in the
-       * bug report above it presumably was set ot "0".) Probably it
+       * bug report above it presumably was set to "0".) Probably it
        * might get set to almost anything? So how to distinguish a
        * bogus value from some correct one for some locale? That is
        * probably hard, but at least we should filter out the
index 5517c62220147331108621deb4a674064d3d9f7e..75a2fa9e30e5aed30392ea22e865e90a0a890d49 100644 (file)
@@ -1761,7 +1761,7 @@ gtk_stack_set_interpolate_size (GtkStack *stack,
  * gtk_stack_get_interpolate_size:
  * @stack: A #GtkStack
  *
- * Returns wether the #GtkStack is set up to interpolate between
+ * Returns whether the #GtkStack is set up to interpolate between
  * the sizes of children on page switch.
  *
  * Returns: %TRUE if child sizes are interpolated
index 3a656b9c871a12a77e2d96a1582b5d8a155cc681..b5999641378c382998d44bee81e2e93153f2a80b 100644 (file)
@@ -265,7 +265,7 @@ gtk_statusbar_get_context_id (GtkStatusbar *statusbar,
   g_return_val_if_fail (GTK_IS_STATUSBAR (statusbar), 0);
   g_return_val_if_fail (context_description != NULL, 0);
 
-  /* we need to preserve namespaces on object datas */
+  /* we need to preserve namespaces on object data */
   string = g_strconcat ("gtk-status-bar-context:", context_description, NULL);
 
   id = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (statusbar), string));
index ed76d258c640750fd5de3f388af113bbc8cfac15..a3213ad6495b55d9e061ce61b9b562611a12dd4e 100644 (file)
@@ -245,7 +245,7 @@ gtk_string_filter_class_init (GtkStringFilterClass *class)
   /**
    * GtkStringFilter:expression: (type GtkExpression)
    *
-   * The expression to evalute on item to get a string to compare with
+   * The expression to evaluate on item to get a string to compare with
    */
   properties[PROP_EXPRESSION] =
     gtk_param_spec_expression ("expression",
index 24244162a981786079cfdfb0adabf3fc90b284b1..135fc542e3c3e17dcee93a15e445957731e8f1b0 100644 (file)
@@ -289,7 +289,7 @@ gtk_string_sorter_class_init (GtkStringSorterClass *class)
   /**
    * GtkStringSorter:expression: (type GtkExpression)
    *
-   * The expression to evalute on item to get a string to compare with
+   * The expression to evaluate on item to get a string to compare with
    */
   properties[PROP_EXPRESSION] =
     gtk_param_spec_expression ("expression",
index c6a787654b69bfaf29797318bb5619dfb17afd3e..fc80b892a5610e606be91328dfbb18a2fec31632 100644 (file)
@@ -35,7 +35,7 @@
  * Calling gtk_text_history_begin_irreversible_action() and
  * gtk_text_history_end_irreversible_action() can be used to denote a
  * section of operations that cannot be undone. This will cause all previous
- * changes tracked by the GtkTextHistory to be discared.
+ * changes tracked by the GtkTextHistory to be discarded.
  */
 
 typedef struct _Action     Action;
index abb316fd9c02ea02177d4b5b218f7842647f4487..232634f18dad1228ddf56f5876551e12c44df8e6 100644 (file)
@@ -2491,7 +2491,7 @@ gtk_text_iter_backward_text_chars (GtkTextIter *iter,
  * Moves @iter to the start of the next line. If the iter is already on the
  * last line of the buffer, moves the iter to the end of the current line.
  * If after the operation, the iter is at the end of the buffer and not
- * dereferencable, returns %FALSE. Otherwise, returns %TRUE.
+ * dereferenceable, returns %FALSE. Otherwise, returns %TRUE.
  *
  * Returns: whether @iter can be dereferenced
  **/
index 2d563ae6ae90190e74744ad84f4a4c31c6c7d3e0..2f0c7122f1505b0c0d78c608031f213dbb9f13ef 100644 (file)
@@ -109,7 +109,7 @@ struct _GtkTextLayout
    * i.e. pixels we should wrap to fit inside. */
   int screen_width;
 
-  /* width/height of the total logical area being layed out */
+  /* width/height of the total logical area being laid out */
   int width;
   int height;
 
index 9a970e6dc3078faf544ab2c03f98f20fd6ad7392..727ed359da096fc8fec2d08eef8be66e8deb40a1 100644 (file)
@@ -496,7 +496,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
    * GtkTextTag:underline-rgba:
    *
    * This property modifies the color of underlines. If not set, underlines
-   * will use the forground color.
+   * will use the foreground color.
    *
    * If #GtkTextTag:underline is set to %PANGO_UNDERLINE_ERROR, an alternate
    * color may be applied instead of the foreground. Setting this property
@@ -531,7 +531,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
    * GtkTextTag:strikethrough-rgba:
    *
    * This property modifies the color of strikeouts. If not set, strikeouts
-   * will use the forground color.
+   * will use the foreground color.
    */
   g_object_class_install_property (object_class,
                                    PROP_STRIKETHROUGH_RGBA,
index 28e4e1cce7dce656e779902d27b8e7f3bd405150..13a8338f7fc73b95c67c8a89fa04aac58f6ecf30 100644 (file)
@@ -43,7 +43,7 @@ struct _GtkTextTagPrivate
    * Information for displaying text with this tag.  The information
    * belows acts as an override on information specified by lower-priority
    * tags.  If no value is specified, then the next-lower-priority tag
-   * on the text determins the value.  The text widget itself provides
+   * on the text determines the value.  The text widget itself provides
    * defaults if no tag specifies an override.
    */
 
index 53fe1dfd1ac8101c8368576212b3622e479314a7..13938c4cb629845bb7539cb8228452a47ace7300 100644 (file)
@@ -2510,7 +2510,7 @@ _gtk_text_view_scroll_to_iter (GtkTextView   *text_view,
    * we're doing center alignment we align the center of the
    * character.
    *
-   * The differents cases handle on each direction:
+   * The different cases handle on each direction:
    *   1. cursor outside of the inner area define by within_margin
    *   2. if use_align == TRUE, alignment with xalign and yalign
    *   3. scrolling on the edges dependent of with_border
@@ -7425,7 +7425,7 @@ gtk_text_view_start_selection_drag (GtkTextView          *text_view,
       gtk_text_iter_order (&old_start, &old_end);
 
       /* move the front cursor, if the mouse is in front of the selection. Should the
-       * cursor however be inside the selection (this happens on tripple click) then we
+       * cursor however be inside the selection (this happens on triple click) then we
        * move the side which was last moved (current insert mark) */
       if (gtk_text_iter_compare (&cursor, &old_start) <= 0 ||
           (gtk_text_iter_compare (&cursor, &old_end) < 0 && 
@@ -9241,7 +9241,7 @@ ensure_child (GtkTextView        *text_view,
  *
  * Adds @child at a fixed coordinate in the #GtkTextView's text window. The
  * @xpos and @ypos must be in buffer coordinates (see
- * gtk_text_view_get_iter_location() to conver to buffer coordinates).
+ * gtk_text_view_get_iter_location() to convert to buffer coordinates).
  *
  * @child will scroll with the text view.
  *
index 46b69f529edb6792aa5d176cda54ad30fd968462..a0788083a62421156e7aef98b98e3a77633eb5a1 100644 (file)
@@ -169,7 +169,7 @@ recompute_trash_state (GtkTrashMonitor *monitor)
   GFile *file;
 
   /* Rate limit the updates to not flood the gvfsd-trash when too many changes
-   * happenned in a short time.
+   * happened in a short time.
   */
   if (monitor->timeout_id > 0)
     {
index 5f53daed046a8bd761c76e91633efc3d97d9c646..14992685f72598cab2644c9245535413f78ab353 100644 (file)
@@ -558,7 +558,7 @@ gtk_tree_expander_class_init (GtkTreeExpanderClass *klass)
                                        "listitem.toggle-expand", NULL);
 
 #if 0
-  /* These can't be implementes yet. */
+  /* These can't be implements yet. */
   gtk_widget_class_add_binding (widget_class, GDK_KEY_BackSpace, 0, go_to_parent_row, NULL, NULL);
   gtk_widget_class_add_binding (widget_class, GDK_KEY_BackSpace, GDK_CONTROL_MASK, go_to_parent_row, NULL, NULL);
 #endif
index 39cb1c6e55de944780108cd8a8c754ec5d01b738..c4f63c12802078edf9bc1f15ae87736f8948418d 100644 (file)
@@ -184,7 +184,7 @@ gtk_tree_list_row_sort_keys_compare (gconstpointer a,
       if (result == GTK_ORDERING_EQUAL)
         {
           /* We must break ties here because if a ever gets a child,
-           * it would need to go right inbetween a and b. */
+           * it would need to go right in between a and b. */
           GtkTreeListRowCacheKey *cachea = cache_key_from_key (self, keysa[i]);
           GtkTreeListRowCacheKey *cacheb = cache_key_from_key (self, keysb[i]);
           if (gtk_tree_list_row_get_position (cachea->row) < gtk_tree_list_row_get_position (cacheb->row))
@@ -422,7 +422,7 @@ gtk_tree_list_row_sorter_compare (GtkSorter *sorter,
                 result = gtk_sorter_compare (self->sorter, obj1, obj2);
 
               /* We must break ties here because if r1 ever gets a child,
-               * it would need to go right inbetween r1 and r2. */
+               * it would need to go right in between r1 and r2. */
               if (result == GTK_ORDERING_EQUAL)
                 {
                   if (gtk_tree_list_row_get_position (r1) < gtk_tree_list_row_get_position (r2))
index 09c574c3b9f3a1afc9c3e4ef142a509b796af243..a72c6ea476655b24cc33b532a1b0c722d5816b1f 100644 (file)
@@ -69,7 +69,7 @@
  * or its parents. Usually, having a dependency on the state of any child
  * node is not possible, unless references are taken on these explicitly.
  * When no such reference exists, no signals may be received for these child
- * nodes (see reference couting rule number 3 in the #GtkTreeModel section).
+ * nodes (see reference counting rule number 3 in the #GtkTreeModel section).
  *
  * Determining the visibility state of a given node based on the state
  * of its child nodes is a frequently occurring use case. Therefore,
index 347fd68346c28852c453d8769b289afa26032c5f..aac3ae5ad3185662e4503c2f7bfb65f23e8e07e0 100644 (file)
@@ -35,7 +35,7 @@
  * @See_also: #GtkTreeModel
  *
  * The #GtkTreeStore object is a list model for use with a #GtkTreeView
- * widget.  It implements the #GtkTreeModel interface, and consequentially,
+ * widget.  It implements the #GtkTreeModel interface, and consequently,
  * can use all of the methods available there.  It also implements the
  * #GtkTreeSortable interface so it can be sorted by the view.  Finally,
  * it also implements the tree
@@ -2393,7 +2393,7 @@ gtk_tree_store_swap (GtkTreeStore *tree_store,
   b_prev = node_b->prev;
   b_next = node_b->next;
 
-  /* fix up links if the nodes are next to eachother */
+  /* fix up links if the nodes are next to each other */
   if (a_prev == node_b)
     a_prev = node_a;
   if (a_next == node_b)
index 6e7de301cd3f228df70bb8927d78367f8925a26e..e9f6c1232792cd9b1012eb1836c755cb2c6ce984 100644 (file)
@@ -5442,8 +5442,8 @@ gtk_tree_view_forward_controller_key_pressed (GtkEventControllerKey *key,
 
   /* Initially, before the search window is visible, we pass the event to the
    * IM context of the search entry box. If it triggers a commit or a preedit,
-   * we then show the search window without loosing tree view focus.
-   * If the seach window is already visible, we forward the events to it,
+   * we then show the search window without losing tree view focus.
+   * If the search window is already visible, we forward the events to it,
    * keeping the focus on the tree view.
    */
   if (gtk_widget_has_focus (GTK_WIDGET (tree_view))
@@ -8328,7 +8328,7 @@ gtk_tree_view_row_deleted (GtkTreeModel *model,
   /* Ensure we don't have a dangling pointer to a dead node */
   ensure_unprelighted (tree_view);
 
-  /* Cancel editting if we've started */
+  /* Cancel editing if we've started */
   gtk_tree_view_stop_editing (tree_view, TRUE);
 
   /* If the cursor row got deleted, move the cursor to the next row */
index 6cbe42dbe18880112e85deadb2118d0c8cd547a4..6c83cdbc663fd6eff173fb4c3e5cde250a222b97 100644 (file)
@@ -40,7 +40,7 @@ typedef struct _GtkTreeViewColumn        GtkTreeViewColumn;
 /**
  * GtkTreeViewColumnSizing:
  * @GTK_TREE_VIEW_COLUMN_GROW_ONLY: Columns only get bigger in reaction to changes in the model
- * @GTK_TREE_VIEW_COLUMN_AUTOSIZE: Columns resize to be the optimal size everytime the model changes.
+ * @GTK_TREE_VIEW_COLUMN_AUTOSIZE: Columns resize to be the optimal size every time the model changes.
  * @GTK_TREE_VIEW_COLUMN_FIXED: Columns are a fixed numbers of pixels wide.
  *
  * The sizing method the column uses to determine its width.  Please note
index 771bae0841fab8ffca0478a39d2eb6308ccd4cd3..2f474bd4bff315e4e3b5edf69b6df2147b9cf384 100644 (file)
@@ -9393,7 +9393,7 @@ gtk_widget_do_pick (GtkWidget    *widget,
  * Widgets are however free to customize their picking algorithm.
  *
  * This function is used on the toplevel to determine the widget below
- * the mouse cursor for purposes of hover hilighting and delivering events.
+ * the mouse cursor for purposes of hover highlighting and delivering events.
  *
  * Returns: (nullable) (transfer none): The widget descendant at the given
  *     coordinate or %NULL if none.
index 5807205741f7b49570981dcea8f614c9dd6f1e3a..2f4d4ddab16414cc9d9527a1a5918fca97336fd3 100644 (file)
@@ -3548,7 +3548,7 @@ gtk_window_resize (GtkWindow *window,
  * excluding the widgets used in client side decorations; there is,
  * however, no guarantee that the result will be completely accurate
  * because client side decoration may include widgets that depend on
- * the user preferences and that may not be visibile at the time you
+ * the user preferences and that may not be visible at the time you
  * call this function.
  *
  * The dimensions returned by this function are suitable for being
index e4006c36c33ed3ce64ba96b60be66bb388d2fe8b..1f91f67c2ba4e0f4ef2e5db87420bf5be0886a7f 100644 (file)
@@ -151,7 +151,7 @@ handle_event (GtkInspectorWindow *iw, GdkEvent *event)
 
         if (gtk_widget_get_root (widget) == GTK_ROOT (iw))
           {
-            /* Don't hilight things in the inspector window */
+            /* Don't highlight things in the inspector window */
             break;
           }
 
index d71ba88378e5369e3e520241a658d645272b8f57..84a89e3fea8c742140c2c0f11d1de90486fd3861 100644 (file)
@@ -548,7 +548,7 @@ int32_t difference_vector16(const uint16_t *__restrict__ A, size_t s_a,
         return (int32_t)s_a;
     }
     // handle the leading zeroes, it is messy but it allows us to use the fast
-    // _mm_cmpistrm instrinsic safely
+    // _mm_cmpistrm intrinsic safely
     int32_t count = 0;
     if ((A[0] == 0) || (B[0] == 0)) {
         if ((A[0] == 0) && (B[0] == 0)) {
@@ -4255,7 +4255,7 @@ void *container_clone(const void *container, uint8_t typecode) {
         case RUN_CONTAINER_TYPE_CODE:
             return run_container_clone((const run_container_t *)container);
         case SHARED_CONTAINER_TYPE_CODE:
-            printf("shared containers are not cloneable\n");
+            printf("shared containers are not clonable\n");
             assert(false);
             return NULL;
         default:
@@ -5212,10 +5212,10 @@ void array_bitset_container_intersection(const array_container_t *src_1,
          * if (bitset_container_contains(src_2, key)) {
          * dst->array[newcard++] = key;
          * }
-         * but if the result is unpredictible, the processor generates
+         * but if the result is unpredictable, the processor generates
          * many mispredicted branches.
-         * Difference can be huge (from 3 cycles when predictible all the way
-         * to 16 cycles when unpredictible.
+         * Difference can be huge (from 3 cycles when predictable all the way
+         * to 16 cycles when unpredictable.
          * See
          * https://github.com/lemire/Code-used-on-Daniel-Lemire-s-blog/blob/master/extra/bitset/c/arraybitsetintersection.c
          */
@@ -10121,7 +10121,7 @@ bool roaring_bitmap_is_strict_subset(const roaring_bitmap_t *ra1,
  * all containers of respective type.
  *
  * <*_data> and <keys> are kept close together because they are not accessed
- * during deserilization. This may reduce IO in case of large mmaped bitmaps.
+ * during deserilization. This may reduce IO in case of large mapped bitmaps.
  * All members have their native alignments during deserilization except <header>,
  * which is not guaranteed to be aligned by 4 bytes.
  */
index db04db5ae6e24ef84c5a53d31a313379d9d27305..b3dc60de90dfe991cbb9352b40cab51a57b386da 100644 (file)
@@ -2706,8 +2706,8 @@ void run_container_smart_append_exclusive(run_container_t *src,
 
 /**
 * The new container consists of a single run [start,stop).
-* It is required that stop>start, the caller is responsability for this check.
-* It is required that stop <= (1<<16), the caller is responsability for this check.
+* It is required that stop>start, the caller is responsibility for this check.
+* It is required that stop <= (1<<16), the caller is responsibility for this check.
 * The cardinality of the created container is stop - start.
 * Returns NULL on failure
 */
@@ -2921,7 +2921,7 @@ void *convert_run_optimize(void *c, uint8_t typecode_original,
  */
 /* If a conversion occurs, the caller is responsible to free the original
  * container and
- * he becomes reponsible to free the new one. */
+ * he becomes responsible to free the new one. */
 void *convert_run_to_efficient_container(run_container_t *c,
                                          uint8_t *typecode_after);
 // like convert_run_to_efficient_container but frees the old result if needed
@@ -3732,7 +3732,7 @@ static inline uint8_t get_container_type(const void *container, uint8_t type) {
 /**
  * Copies a container, requires a typecode. This allocates new memory, caller
  * is responsible for deallocation. If the container is not shared, then it is
- * physically cloned. Sharable containers are not cloneable.
+ * physically cloned. Shareable containers are not clonable.
  */
 void *container_clone(const void *container, uint8_t typecode);
 
index 5b3f58d013b3827cce86ae0a49a723be7ecec8c1..0264c0bbbb4880f98c12aa994b68d6e437c74597 100644 (file)
@@ -42,7 +42,7 @@ dnd {
    These wildcard seems unavoidable, need to investigate.
    Wildcards are bad and troublesome, use them with care,
    or better, just don't.
-   Everytime a wildcard is used a kitten dies, painfully.
+   Every time a wildcard is used a kitten dies, painfully.
 */
 
 spinner:disabled,
@@ -489,7 +489,7 @@ button {
     @at-root %button_basic_flat,
     &.flat {
       @include button(undecorated);
-      // to avoid adiacent buttons borders clashing when transitioning, the transition on the normal state is set
+      // to avoid adjacent buttons borders clashing when transitioning, the transition on the normal state is set
       // to none, while it's added back in the hover state, so the button decoration will fade in on hover, but
       // it won't fade out when the pointer leave the button allocation area. To make the transition more evident
       // in this case the duration is increased.
@@ -777,7 +777,7 @@ button {
 }
 
 %needs_attention {
-  // the dot is drawn by using two radial gradient, the first one is the actuall dot, the other
+  // the dot is drawn by using two radial gradient, the first one is the actual dot, the other
   // simulates the shadow labels and icons normally have in buttons.
   animation: needs_attention 150ms ease-in;
 
@@ -2712,7 +2712,7 @@ scale {
       }
 
       > trough > slider {
-        &:dir(ltr), &:dir(rtl) { // specificity bumb
+        &:dir(ltr), &:dir(rtl) { // specificity bump
           &:hover, &:backdrop, &:disabled, &:backdrop:disabled, & {
             margin-bottom: -15px;
             margin-top: 6px;
@@ -3528,7 +3528,7 @@ paned {
     -gtk-icon-source: none; // defeats the ugly default handle decoration
     border-style: none; // just to be sure
     background-color: transparent;
-    // workaround, using background istead of a border since the border will get rendered twice (?)
+    // workaround, using background instead of a border since the border will get rendered twice (?)
     background-image: image($borders_color);
     background-size: 1px 1px;
 
@@ -3630,7 +3630,7 @@ tooltip {
     // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
     background-color: transparentize(black, 0.2);
     background-clip: padding-box;
-    border: 1px solid $tooltip_borders_color; // this suble border is meant to
+    border: 1px solid $tooltip_borders_color; // this subtle border is meant to
                                               // not make the tooltip melt with
                                               // very dark backgrounds
     color: white;
index ef4ea6abd5e37c154cbca8c3bfd5d3595e158ad6..c4603efde7fc33d9dffa62c4f26def11cae97340 100644 (file)
 
 @function _button_hilight_color($c) {
 //
-// calculate the right top hilight color for buttons
+// calculate the right top highlight color for buttons
 //
 // $c: base color;
 //
 // backdrop, backdrop-active, backdrop-insensitive, backdrop-insensitive-active,
 // osd, osd-hover, osd-active, osd-insensitive, osd-backdrop, undecorated
 //
-// This mixin sets the $button_fill global variable which containts the button background-image
+// This mixin sets the $button_fill global variable which contains the button background-image
 //
   $_hilight_color: _button_hilight_color($c);
   $_button_edge: if($edge == none, none, _widget_edge($edge));
index e95e971f30eed472d4c89c609fa93bb298db5b7d..afedf38e26ad682a7bb33633bbec891651df4ab8 100755 (executable)
--- a/make-pot
+++ b/make-pot
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-# This script extracts the typical xgettext invokation out of
+# This script extracts the typical xgettext invocation out of
 # po/Makefile.in.in, in order for it to be available as a shell
 # command without the need to autogen first. This is needed for
 # translation tools such as the damn lies website.
index d193835a752fd4cba76051de48b41ecf681936dd..8678e042c924618de515a124d5958f822ed37c9f 100644 (file)
@@ -439,7 +439,7 @@ endif
 
 cairo_libs = []
 if cc.get_id() == 'msvc'
-  # Fallback depedency discovery for those on Visual Studio that do not generate
+  # Fallback dependency discovery for those on Visual Studio that do not generate
   # pkg-config files in their build systems for MSVC
   # Fallback for Cairo
   if not cairo_dep.found()
index f5e328fa78dd8a3d42dfc44db64a62d3a71a7e99..47e707b114c68a0ac4433c19618d8a845b2be701 100644 (file)
@@ -231,7 +231,7 @@ fail:
   required_len = g_strv_length (task_data->auth_info_required);
   for (i = 0; i < required_len; i++)
     {
-      /* Not all fields of auth_info are neccessarily written so we can not
+      /* Not all fields of auth_info are necessarily written so we can not
          use strfreev here */
       g_free (auth_info[i]);
     }
@@ -402,7 +402,7 @@ prompt_completed_cb (GDBusConnection *connection,
       return;
     }
 
-  /* Prompt successfull, proceed to get or store secret */
+  /* Prompt successful, proceed to get or store secret */
   switch (task_data->action)
     {
       case SECRETS_SERVICE_ACTION_STORE:
@@ -512,7 +512,7 @@ unlock_collection_cb (GObject      *source_object,
             break;
 
           case SECRETS_SERVICE_ACTION_QUERY:
-            /* Prompt successfull proceed to get secret */
+            /* Prompt successful proceed to get secret */
             g_dbus_proxy_call (task_data->item_proxy,
                                "GetSecret",
                                g_variant_new ("(o)",
index 5ed7b9aaa05abedd7e94df85aab2fdbfa8a30dfc..d14f9398d476ffe107e0e57467072d9211f3c9a6 100644 (file)
@@ -48,7 +48,7 @@ typedef enum
 
 /** 
  * Direction we should be polling the http socket on.
- * We are either reading or writting at each state.
+ * We are either reading or writing at each state.
  * This makes it easy for mainloops to connect to poll.
  */
 typedef enum
index c3ba93e639c0811a825ac608a655323de20ba83c..982f1c0a6c5ab24c59a9b6b6e2df624f12eaa953 100644 (file)
@@ -2902,7 +2902,7 @@ find_printer_by_uuid (GtkPrintBackendCups *backend,
 }
 
 /*
- *  Create new GtkPrinter from informations included in TXT records.
+ *  Create new GtkPrinter from information included in TXT records.
  */
 static void
 create_cups_printer_from_avahi_data (AvahiConnectionTestData *data)
index cb935378845b67c7e649f15a5fcc1156ec276259..94718820c42822f550866bbc6d1357e025dc7b27 100644 (file)
@@ -283,7 +283,7 @@ _cairo_write (void                *closure,
   error = NULL;
 
   GTK_NOTE (PRINTING,
-            g_print ("FILE Backend: Writting %u byte chunk to temp file\n", length));
+            g_print ("FILE Backend: Writing %u byte chunk to temp file\n", length));
 
   while (length > 0) 
     {
@@ -296,7 +296,7 @@ _cairo_write (void                *closure,
           if (error != NULL)
             {
               GTK_NOTE (PRINTING,
-                        g_print ("FILE Backend: Error writting to temp file, %s\n", error->message));
+                        g_print ("FILE Backend: Error writing to temp file, %s\n", error->message));
 
               g_error_free (error);
             }
@@ -446,7 +446,7 @@ file_write (GIOChannel   *source,
     }
 
   GTK_NOTE (PRINTING,
-            g_print ("FILE Backend: Writting %"G_GSIZE_FORMAT" byte chunk to target file\n", bytes_read));
+            g_print ("FILE Backend: Writing %"G_GSIZE_FORMAT" byte chunk to target file\n", bytes_read));
 
   return TRUE;
 }
index 8fba9b71fdf941f598e105d9937d95b499400e6c..ac30d932318b45a0f7194e5f6bbbbca3d189e436 100644 (file)
@@ -156,7 +156,7 @@ _cairo_write (void                *closure,
   error = NULL;
 
   GTK_NOTE (PRINTING,
-            g_print ("LPR Backend: Writting %i byte chunk to temp file\n", length));
+            g_print ("LPR Backend: Writing %i byte chunk to temp file\n", length));
 
   while (length > 0) 
     {
@@ -165,7 +165,7 @@ _cairo_write (void                *closure,
       if (error != NULL)
        {
          GTK_NOTE (PRINTING,
-                     g_print ("LPR Backend: Error writting to temp file, %s\n", error->message));
+                     g_print ("LPR Backend: Error writing to temp file, %s\n", error->message));
 
           g_error_free (error);
          return CAIRO_STATUS_WRITE_ERROR;
@@ -284,7 +284,7 @@ lpr_write (GIOChannel   *source,
     }
 
   GTK_NOTE (PRINTING,
-            g_print ("LPR Backend: Writting %" G_GSIZE_FORMAT " byte chunk to lpr pipe\n", bytes_read));
+            g_print ("LPR Backend: Writing %" G_GSIZE_FORMAT " byte chunk to lpr pipe\n", bytes_read));
 
 
   return TRUE;
index 96be865b86ab2d8efab0dfde889573e62a401bb2..5f5686c883205cca9aad2a11eaf19a3b3053aa49 100644 (file)
@@ -305,7 +305,7 @@ create_gear (GLfloat inner_radius,
     /* Create the 7 points (only x,y coords) used to draw a tooth */
     struct point p[7];
 
-    /* Calculate needed sin/cos for varius angles */
+    /* Calculate needed sin/cos for various angles */
     sincos(i * 2.0 * G_PI / teeth + da * 0, &s[0], &c[0]);
     sincos(i * 2.0 * M_PI / teeth + da * 1, &s[1], &c[1]);
     sincos(i * 2.0 * M_PI / teeth + da * 2, &s[2], &c[2]);
@@ -800,7 +800,7 @@ gtk_gears_realize (GtkWidget *widget)
   priv->LightSourcePosition_location = glGetUniformLocation(program, "LightSourcePosition");
   priv->MaterialColor_location = glGetUniformLocation(program, "MaterialColor");
 
-  /* Set the LightSourcePosition uniform which is constant throught the program */
+  /* Set the LightSourcePosition uniform which is constant throughout the program */
   glUniform4fv(priv->LightSourcePosition_location, 1, priv->LightSourcePosition);
 
   /* make the gears */
index c86eb752767bc013fe87f7645aae171a026d9c8e..7fdc444ac5886b3228e37ed9ee97f6516a9f8fc6 100644 (file)
@@ -508,7 +508,7 @@ background_area (void)
 
   gtk_window_set_title (GTK_WINDOW (window), "Background Area");
 
-  label = gtk_label_new ("In this example, row spacing gets devided into the background area, "
+  label = gtk_label_new ("In this example, row spacing gets divided into the background area, "
                         "column spacing is added between each background area, item_padding is "
                         "prepended space distributed to the background area.");
   gtk_label_set_wrap (GTK_LABEL (label), TRUE);
index 967a3f0ed5fa01b62eea8bddc5930a75ff7d7fb5..caecf43751c9fd19c2845f8f5b12b4cde6ab76d1 100644 (file)
@@ -87,7 +87,7 @@ main (int argc, char *argv[])
   gtk_widget_set_vexpand (text_view, TRUE);
   gtk_box_append (GTK_BOX (vbox), text_view);
 
-  button = gtk_check_button_new_with_label ("Inhibit system keyboard shorcuts");
+  button = gtk_check_button_new_with_label ("Inhibit system keyboard shortcuts");
 
   gtk_box_append (GTK_BOX (vbox), button);
   g_signal_connect (G_OBJECT (button), "toggled",
index b5487a26d9ac77b627641eb0704a95d5c8a0db70..51df9c1e5c8e5d82b1639774e3c598d0813adc42 100644 (file)
@@ -108,7 +108,7 @@ static TreeEntry other_entries[] =
   {
     { 
       "zoom-fit-best", 
-      "Thats the\n"
+      "That's the\n"
       "perfect fit", 
       "Now fitting foo into bar using frobnicator",
       "using his nifty wide angle lense, he was able to catch a 'dark salmon', it was no flying pig "
@@ -121,7 +121,7 @@ static TreeEntry other_entries[] =
       "format-text-underline", 
       "Under the\n"
       "line", 
-      "Now underlining that this demo would look alot niftier with some real content",
+      "Now underlining that this demo would look a lot niftier with some real content",
       "it was indeed strange to catch a red salmon while fishing for pigs in the deep sky blue.",
       "deep sky blue",
       99,
@@ -204,7 +204,7 @@ static TreeEntry main_entries[] =
       "folder", 
       "The directory", 
       "Currently scanning your directories.",
-      "jill didnt know what to make of the barking pigs either so she fed him sleeping pills",
+      "jill didn't know what to make of the barking pigs either so she fed him sleeping pills",
       "brown",
       20,
       directory_entries
@@ -214,7 +214,7 @@ static TreeEntry main_entries[] =
       "Now deleting\n"
       "the whole thing",
       "Time to delete the sucker",
-      "and he decided to just delete the whole conversation since it didnt make sense to him",
+      "and he decided to just delete the whole conversation since it didn't make sense to him",
       "dark orange",
       26,
       NULL
index 087a9844c282b8cb6b0e968e1efab559ea33ed72..921ce988b1cb4b2e6b2aed775bce6544131ee568 100644 (file)
@@ -70,7 +70,7 @@ append_below_thousand (GString *s,
 
   if (n >= 20)
     {
-      const char *names[10] = { NULL, NULL, "twenty", "thirty", "fourty", "fifty", "sixty", "seventy", "eighty", "ninety" };
+      const char *names[10] = { NULL, NULL, "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety" };
       if (s->len)
         g_string_append_c (s, ' ');
       g_string_append (s, names [n / 10]);
index ddd17d8baf22ca8aebbaef79b45a8bf13f425db8..e7a299dfcb59c0de4fb2c55cee335f6360f85b95 100644 (file)
@@ -83,7 +83,7 @@ append_below_thousand (GString *s,
 
   if (n >= 20)
     {
-      const char *names[10] = { NULL, NULL, "twenty", "thirty", "fourty", "fifty", "sixty", "seventy", "eighty", "ninety" };
+      const char *names[10] = { NULL, NULL, "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety" };
       if (s->len)
         g_string_append_c (s, ' ');
       g_string_append (s, names [n / 10]);
index 62ef44cc3ae161dc7238fd9ff215b00bfdf39b5a..da26c2c0e1d153fc00c32249e32a460bf42f0f7f 100644 (file)
@@ -19,7 +19,7 @@ In detail, for every provided TESTFILE the test runner will:
 4) gtk_widget_show() it and take a snapshot image of its contents into
    a cairo surface.
 5) Compare the two images to be bitwise identical. If they are not, a
-   diff image will be created hilighting the differences.
+   diff image will be created highlighting the differences.
 6) Save the images as png files to the output directory named:
    - test.out.png (rendering of test.ui)
    - test.ref.png (rendering of test.ref.ui)
index e87583fd8babdc0f328e7676e0ed4b19a72762d9..6d9870a7784cdf7ecb17f3ac9d9e3843f86100be 100644 (file)
@@ -1,4 +1,4 @@
-@define-color nonexistant @idonotexist;
+@define-color nonexistent @idonotexist;
 
 @define-color self @self;
 
@@ -7,5 +7,5 @@
 @define-color cycle2 @cycle1;
 
 .background {
-  background: linear-gradient(to bottom, @nonexistant, @self, @cycle, @undefinedcolor);
+  background: linear-gradient(to bottom, @nonexistent, @self, @cycle, @undefinedcolor);
 }
index 6c64119b3cea53ecfe9f82b46993f84fc8e74587..e29978a27053f0f0291e5906d94f224ef8e7a35d 100644 (file)
@@ -5,7 +5,7 @@
 }
 
 button {
-  /* using a nonexistant color because that will lead to the default value */
+  /* using a nonexistent color because that will lead to the default value */
   border-color: @doesnotexist;
   color: purple;
 }
index ccb50d6f2d2bc26ac238df98317842cf02f6203a..79093c5ee387bc47bc2c8a2d04d1366f99e146c9 100644 (file)
@@ -1,6 +1,6 @@
 @import url("reset-to-defaults.css");
 
-/* One caveat that apply to cairo gradients, and make things therefor
+/* One caveat that apply to cairo gradients, and make things therefore
  * untestable:
  *   The start and end points must be identical when drawing
  * This means that you cannot:
index 79c48b0c9ce8a1b4a82e2dad47f79c680aa80131..d0693073daecc39bc8e8adcc0d620226c695d8ad 100644 (file)
@@ -6,7 +6,7 @@ window {
 
 box {
   background-color: @doesntexist;
-  box-shadow: @nonexistant 5px 5px;
+  box-shadow: @nonexistent 5px 5px;
   border-image: linear-gradient(to top, @notaavailable, @whatever);
 }